add kadm5_setkey_principal
[krb5.git] / src / kadmin / testing / proto / kdc.conf.proto
1 [kdcdefaults]
2         kdc_ports = 1750 
3
4 [realms]
5         __REALM__ = {
6                 profile = __K5ROOT__/krb5.conf
7                 database_name = __K5ROOT__/kdb5
8                 admin_keytab = __K5ROOT__/ovsec_adm.srvtab
9                 key_stash_file = __K5ROOT__/.k5.__REALM__
10                 acl_file = __K5ROOT__/ovsec_adm.acl
11                 dict_file = __K5ROOT__/ovsec_adm.dict
12                 kadmind_port = 1751
13                 master_key_type = des-cbc-crc
14                 supported_enctypes = des-cbc-crc:normal des-cbc-crc:v4 des-cbc-md5:normal des-cbc-raw:normal
15         }
16