From dab37e634e92a31e63e9fa1085ef8cd5e8f38240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Tue, 15 Jan 2013 04:39:40 +0100 Subject: [PATCH] [ldap_crans] On ne lock plus les sshfpr Ignore-this: 34864835df214eb938f3e6b388ab26bb darcs-hash:20130115033940-b6762-8b49dfb80e313b9868eca4167fe0a02a2c664aae.gz --- gestion/ldap_crans.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index e95c9dd5..1426a60f 100644 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -482,7 +482,7 @@ class CransLdap: aid $ chbre $ mail $ mailAlias $ canonicalAlias $ mid $ macAddress $ host $ hostAlias $ ipHostNumber $ - gpgFingerprint $ sshFingerprint + gpgFingerprint Retourne le dn du lock """ @@ -614,7 +614,7 @@ class CransLdap: except TypeError: pass start = map(lambda x:preattr(x)[1], start) - + if new in serv.keys(): modlist = [] @@ -3034,7 +3034,6 @@ Contactez nounou si la MAC est bien celle d'une carte.""", 3) else: liste = liste + [ new ] - self.lock('sshFingerprint', new) self._set('sshFingerprint', liste) return liste