Le champ historique est à ignorer dans la nouvelle recherche d'historique...

This commit is contained in:
Nicolas Dandrimont 2012-05-30 04:14:40 +02:00
parent 94cacc6bdf
commit d3f5dedcde

View file

@ -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 = {}