This commit is contained in:
2021-11-02 13:58:53 -04:00
parent ec7b792cca
commit 1de8367517

View File

@@ -175,6 +175,7 @@ for ldapUser in ldapUsers:
cnx.close() cnx.close()
if row_count == 1: if row_count == 1:
# User is in the sql table # User is in the sql table
print(sqlLDAPuser)
# are they active # are they active
is_active = bool(sqlLDAPuser[4]) is_active = bool(sqlLDAPuser[4])
# log the results # log the results