=== modified file 'repoze/who/plugins/ldap/plugins.py' --- repoze/who/plugins/ldap/plugins.py 2010-06-03 09:13:51 +0000 +++ repoze/who/plugins/ldap/plugins.py 2010-06-24 18:50:03 +0000 @@ -208,7 +208,7 @@ if self.bind_dn: try: - self.ldap_connection.bind_s(self.bind_dn, self.bind_password) + self.ldap_connection.bind_s(self.bind_dn, self.bind_pass) except ldap.LDAPError: raise ValueError("Couldn't bind with supplied credentials") try: @@ -300,7 +300,7 @@ if self.bind_dn: try: - self.ldap_connection.bind_s(self.bind_dn, self.bind_password) + self.ldap_connection.bind_s(self.bind_dn, self.bind_pass) except ldap.LDAPError: raise ValueError("Couldn't bind with supplied credentials") try: