X Tutup
Skip to content

Commit 2d22834

Browse files
committed
SESPRINGPYTHONPY-121: Forgot that AuthenticationManager handles setAuthenticated. Removed the line from the LDAP module.
git-svn-id: https://src.springframework.org/svn/se-springpython-py/trunk/springpython@703 ce8fead1-4192-4296-8608-a705134b927f
1 parent a326606 commit 2d22834

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/springpython/security/providers/_Ldap_cpython.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def authenticate(self, authentication):
203203
from copy import deepcopy
204204
results = deepcopy(authentication)
205205
results.granted_auths = self.ldap_authorities_populator.get_granted_auths(user_details, l)
206-
results.setAuthenticated(True)
207206
l.unbind()
208207
return results
209208

0 commit comments

Comments
 (0)
X Tutup