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,
|
server,
|
||||||
user=username_full,
|
user=username_full,
|
||||||
password=password,
|
password=password,
|
||||||
authentication=ldap3.SIMPLE
|
authentication=ldap3.SIMPLE # Sempre utilizar o modo SIMPLE
|
||||||
)
|
)
|
||||||
|
|
||||||
if conn.bind():
|
if conn.bind():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue