[lc_ldap,attributs] On ajoute sshFingerprint et gpgFingerprint, on rend possible l'ajout d'attribut obtionnel optionnel quand le cardinal précédent de l'attribut est 0
This commit is contained in:
parent
a629e4c82f
commit
1403cfdb7b
3 changed files with 22 additions and 3 deletions
|
@ -232,6 +232,8 @@ def human_to_ldap(filtre):
|
|||
# Comme parenthèse fermante.
|
||||
if neg:
|
||||
argument = "!(%s)" % argument
|
||||
|
||||
# Surtout ça
|
||||
if operateur == "&|":
|
||||
argument += ')'
|
||||
ext_stack += "(%s)" % argument
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue