darcs-hash:20060131140530-d1718-3c62d96331a575b21d0d1d2deb285e7f228679d4.gz
This commit is contained in:
bernat 2006-01-31 15:05:30 +01:00
parent c76ca1ecdc
commit e06d7b5f45

View file

@ -254,6 +254,7 @@ class crans_ldap:
self.conn = ldap.initialize(uri)
nbessais = 0
while True :
try:
self.conn.bind_s(ldap_auth_dn,ldap_password,ldap.AUTH_SIMPLE)