tesitng
This commit is contained in:
@@ -171,7 +171,7 @@ for ldapUser in ldapUsers:
|
||||
cursor.execute(query)
|
||||
sqlLDAPuser = cursor.fetchall()
|
||||
print(sqlLDAPuser)
|
||||
break
|
||||
continue
|
||||
# loop through the sql ldap users
|
||||
for sqlUser in sqlLDAPusers:
|
||||
# look to make sure the ldap user is in the table and then make sure they are active in Seafile
|
||||
|
||||
Reference in New Issue
Block a user