From 0a10a85bd601dec2350244d54984f082a7a870bc Mon Sep 17 00:00:00 2001 From: Vitoria Date: Thu, 20 Feb 2025 18:13:23 -0300 Subject: [PATCH] =?UTF-8?q?Novo=20Ambiente=20|=20Atualiza=C3=A7=C3=A3o=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routes/__pycache__/auth.cpython-311.pyc | Bin 7415 -> 7415 bytes app/routes/auth.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/__pycache__/auth.cpython-311.pyc b/app/routes/__pycache__/auth.cpython-311.pyc index 7bec1bcc08f2ee4d583ecf53a2bc11f266b7a551..6c0b6b459ccee5cc823a8dee9189eb221c3b21d9 100644 GIT binary patch delta 22 ccmexv`Q4ItIWI340}#kh+nzpmBkwC2093*UZ2$lO delta 22 ccmexv`Q4ItIWI340}vQ`uTQVt$oonL08%su3;+NC 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():