Novo Ambiente | Atualização 7

This commit is contained in:
Vitoria Azevedo 2025-02-20 18:13:23 -03:00
parent 40c21ab038
commit 0a10a85bd6
2 changed files with 1 additions and 1 deletions

View File

@ -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():