Minor fixes for KDC-LDAP.

This commit is contained in:
Andreas B. Mundt 2019-11-17 18:25:43 +01:00
parent 18067d8df3
commit 7e1332ee46
5 changed files with 12 additions and 5 deletions

View file

@ -90,7 +90,7 @@
userPassword: "{{ foo_pwd }}"
uidNumber: 10000
gidNumber: 10000
homeDirectory: /home/foo
homeDirectory: /home/lan/foo
bind_dn: "cn=admin,{{ basedn }}"
bind_pw: "{{ ldap_admin_pwd }}"
when: foo_pwd is defined