nlu_dn_attribut permit to choose DN attribute

This commit is contained in:
2024-05-13 23:50:19 +02:00
parent 15fe4a5eb0
commit 88828eed33
3 changed files with 2 additions and 4 deletions

View File

@@ -21,7 +21,6 @@
sn: "{{ lastname | default( firstname ) }}"
cn: "{{ firstname }}"
mail: "{{ email }}"
uid: "{{ firstname | lower }}"
PreferredDeliveryMethod: any
displayName: "{{ firstname }} {{ lastname }}"
userPassword: "{{ password }}"