blob: bfc0897261ad91e8f9ce9f55ddcdb44a453b92fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[kdcdefaults]
kdc_ports = 1750
[realms]
__REALM__ = {
profile = /krb5/krb5.conf
database_name = /krb5/kdb5
admin_keytab = /krb5/ovsec_adm.srvtab
key_stash_file = /krb5/.k5.__REALM__
acl_file = /krb5/ovsec_adm.acl
dict_file = /krb5/ovsec_adm.dict
kadmind_port = 1751
master_key_type = des-cbc-crc
supported_enctypes = des-cbc-crc:normal des-cbc-crc:v4
}
|