Remove patch for ldap autentification already applied

This commit is contained in:
Sergi Almacellas Abellana 2014-08-01 09:37:40 +02:00
parent 178ca822e0
commit 8866502dd2
2 changed files with 0 additions and 13 deletions

View file

@ -1,12 +0,0 @@
diff -r 26a124068f61 res.py
--- a/trytond/trytond/modules/ldap_authentication/res.py Mon Apr 21 21:00:24 2014 +0200
+++ b/trytond/trytond/modules/ldap_authentication/res.py Fri Jul 11 16:03:59 2014 +0200
@@ -131,7 +131,7 @@
[(dn, attrs)] = cls.ldap_search_user(login, con, connection,
attrs=[str(connection.auth_uid)])
if password and con.simple_bind_s(dn, password):
- user_id, _, _ = cls._get_login(login)
+ user_id, _ = cls._get_login(login)
if user_id:
LoginAttempt.remove(login)
return user_id

1
series
View file

@ -22,7 +22,6 @@ issue12381002_1_10001.diff
issue8461003_1.diff
issue10391004_1.diff
issue234_703_16370.diff
ldap_authentication.diff
issue7421002_1.diff
issue13411002_1.diff
issue9511002_1.diff