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