Le champ historique est à ignorer dans la nouvelle recherche d'historique...
This commit is contained in:
parent
94cacc6bdf
commit
d3f5dedcde
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue