improved ldap_auth, thanks Gyuris

This commit is contained in:
Massimo Di Pierro
2012-03-01 09:12:19 -06:00
parent 59768bede4
commit 42e5bea36f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.4 (2012-03-01 08:54:35) stable
Version 1.99.4 (2012-03-01 09:12:01) stable
+2 -2
View File
@@ -201,8 +201,6 @@ def ldap_auth( server = 'ldap', port = None,
return True
except ldap.LDAPError, e:
import traceback
logging.error( traceback.format_exc() )
return False
except IndexError, ex: # for AD membership test
return False
@@ -265,6 +263,8 @@ def ldap_auth( server = 'ldap', port = None,
group = group_row[1]
ldap_groups_of_the_user.extend( group[group_name_attrib] )
con.unbind()
#
# Get all group name where the user is in actually in local db
# #############################################################