summaryrefslogtreecommitdiffstats
path: root/src/kadmin/testing/proto/kdc.conf.proto
blob: 1797b5a8e8dd9f641d1a9ad720e9e7c917ece08d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[kdcdefaults]
	kdc_ports = 1750 

[realms]
	__REALM__ = {
		profile = __K5ROOT__/krb5.conf
		database_name = __K5ROOT__/kdb5
		admin_keytab = __K5ROOT__/ovsec_adm.srvtab
		key_stash_file = __K5ROOT__/.k5.__REALM__
		acl_file = __K5ROOT__/ovsec_adm.acl
		dict_file = __K5ROOT__/ovsec_adm.dict
		kadmind_port = 1751
		master_key_type = des-cbc-crc
		supported_enctypes = des-cbc-crc:normal des-cbc-crc:v4
	}