aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/testing/proto/kdc.conf.proto
blob: 69d604106f6ba233a0cf669fe8866f6f1231045c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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
		kpasswd_port = 1752
		master_key_type = des-cbc-crc
		supported_enctypes = des-cbc-crc:normal des-cbc-crc:v4 des-cbc-md5:normal des-cbc-raw:normal
	}