diff --git a/app/routes/__pycache__/auth.cpython-311.pyc b/app/routes/__pycache__/auth.cpython-311.pyc index 7bec1bc..6c0b6b4 100644 Binary files a/app/routes/__pycache__/auth.cpython-311.pyc and b/app/routes/__pycache__/auth.cpython-311.pyc differ diff --git a/app/routes/auth.py b/app/routes/auth.py index 244db0f..0a37ca5 100644 --- a/app/routes/auth.py +++ b/app/routes/auth.py @@ -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():