test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user