test
This commit is contained in:
@@ -175,6 +175,7 @@ for ldapUser in ldapUsers:
|
||||
cnx.close()
|
||||
if row_count == 1:
|
||||
# User is in the sql table
|
||||
print(sqlLDAPuser)
|
||||
# are they active
|
||||
is_active = bool(sqlLDAPuser[4])
|
||||
# log the results
|
||||
|
||||
Reference in New Issue
Block a user