deb-sahara/sahara/plugins/resources/kdc_conf_redhat
Vitaly Gridnev 758f38a1f6 kerberos infra deployment impl
this change implements support of deploying
kerberos infrastucture, including kdc server
and setting up clients. can be tested on fake
plugin.

Partially-implements bp: initial-kerberos-integration

Change-Id: I328c3ecbbc712b3a9d48a6a7248ec28477ec0f5c
2016-08-11 20:41:03 +03:00

14 lines
471 B
Plaintext

[kdcdefaults]
kdc_ports = 88
kdc_tcp_ports = 88
[realms]
%(realm_name)s = {
#master_key_type = aes256-cts
acl_file = /var/kerberos/krb5kdc/kadm5.acl
dict_file = /usr/share/dict/words
admin_keytab = /var/kerberos/krb5kdc/kadm5.keytab
supported_enctypes = aes256-cts:normal aes128-cts:normal des3-hmac-sha1:normal arcfour-hmac:normal des-hmac-sha1:normal des-cbc-md5:normal des-cbc-crc:normal
default_principal_flags = +preauth, +renewable, +forwardable
}