From d3f5dedcde13bb71a08b01b5bed7011315c25141 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Wed, 30 May 2012 04:14:40 +0200 Subject: [PATCH] =?UTF-8?q?Le=20champ=20historique=20est=20=C3=A0=20ignore?= =?UTF-8?q?r=20dans=20la=20nouvelle=20recherche=20d'historique...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lc_ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lc_ldap.py b/lc_ldap.py index 95690cf..f1c9ee2 100644 --- a/lc_ldap.py +++ b/lc_ldap.py @@ -48,7 +48,7 @@ base_dn = 'ou=data,dc=crans,dc=org' log_dn = "cn=log" # Champs à ignorer dans l'historique -HIST_IGNORE_FIELDS = ["modifiersName", "entryCSN", "modifyTimestamp"] +HIST_IGNORE_FIELDS = ["modifiersName", "entryCSN", "modifyTimestamp", "historique"] def ldif_to_uldif(ldif): uldif = {}