This commit is contained in:
2021-11-02 12:50:50 -04:00
parent 717f94fa8e
commit 901fe670c4

View File

@@ -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