Il faut vraiment faire plus propre (ou randomiser), car a surcharge vert
et fait tout plein de locks. darcs-hash:20060912060543-68412-117cf9842fd9f4db9945018cb0fc3ee872f9068c.gz
This commit is contained in:
parent
0713a28a09
commit
7b119b3b52
1 changed files with 2 additions and 1 deletions
|
@ -1154,9 +1154,10 @@ class BaseClasseCrans(CransLdap):
|
||||||
modlist = ldap.modlist.addModlist(self._data)
|
modlist = ldap.modlist.addModlist(self._data)
|
||||||
self.conn.add_s(self.dn, modlist)
|
self.conn.add_s(self.dn, modlist)
|
||||||
break
|
break
|
||||||
except e:
|
except Exception, e:
|
||||||
# On logge
|
# On logge
|
||||||
syslog("ldap_crans: exception: %s" % e)
|
syslog("ldap_crans: exception: %s" % e)
|
||||||
|
raise
|
||||||
if i == 4:
|
if i == 4:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue