From 901fe670c41f59cc6e22e05b33cb8e82a728f9bb Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 2 Nov 2021 12:50:50 -0400 Subject: [PATCH] tesitng --- seafile-ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seafile-ldap.py b/seafile-ldap.py index 15f4235..711003b 100644 --- a/seafile-ldap.py +++ b/seafile-ldap.py @@ -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