Implement Kerberos KDC-LDAP server role.

This commit is contained in:
Andreas B. Mundt 2019-11-17 11:40:22 +01:00
parent 0597d178e0
commit 18067d8df3
8 changed files with 208 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
kdc_pwd: "{{ lookup('password', '/tmp/kdc.pwd length=24') }}"
kadmin_pwd: "{{ lookup('password', '/tmp/kadmin.pwd length=24') }}"
kdc_master_pwd: "{{ lookup('password', '/tmp/kdc_master.pwd length=24') }}"
kdc_pwd_file: "/root/kdc-master.pwd"