Novo Ambiente | Atualização 7
This commit is contained in:
parent
40c21ab038
commit
0a10a85bd6
Binary file not shown.
|
|
@ -90,7 +90,7 @@ def login():
|
|||
server,
|
||||
user=username_full,
|
||||
password=password,
|
||||
authentication=ldap3.SIMPLE
|
||||
authentication=ldap3.SIMPLE # Sempre utilizar o modo SIMPLE
|
||||
)
|
||||
|
||||
if conn.bind():
|
||||
|
|
|
|||
Loading…
Reference in New Issue