##// END OF EJS Templates
Ported r1169 from trunk....
Jean-Philippe Lang -
r1156:75d652d9e53d
parent child
Show More
@@ -27,6 +27,7 class AuthSourceLdap < AuthSource
27 27 end
28 28
29 29 def authenticate(login, password)
30 return nil if login.blank? || password.blank?
30 31 attrs = []
31 32 # get user's DN
32 33 ldap_con = initialize_ldap_con(self.account, self.account_password)
General Comments 0
You need to be logged in to leave comments. Login now