Minor fixes for KDC-LDAP.
This commit is contained in:
parent
18067d8df3
commit
7e1332ee46
5 changed files with 12 additions and 5 deletions
15
roles/krb5-kdc-ldap/templates/kdc.conf.j2
Normal file
15
roles/krb5-kdc-ldap/templates/kdc.conf.j2
Normal file
|
@ -0,0 +1,15 @@
|
|||
[kdcdefaults]
|
||||
kdc_ports = 750,88
|
||||
|
||||
[realms]
|
||||
{{ ldap_domain | upper }} = {
|
||||
admin_keytab = FILE:/etc/krb5kdc/kadm5.keytab
|
||||
acl_file = /etc/krb5kdc/kadm5.acl
|
||||
key_stash_file = /etc/krb5kdc/stash
|
||||
kdc_ports = 750,88
|
||||
max_life = 10h 0m 0s
|
||||
max_renewable_life = 7d 0h 0m 0s
|
||||
master_key_type = des3-hmac-sha1
|
||||
#supported_enctypes = aes256-cts:normal aes128-cts:normal
|
||||
default_principal_flags = +preauth
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue