summaryrefslogtreecommitdiffstats
path: root/src/config-files/kdc.conf
blob: 35e72aa8b3e50d42eb26222c43d09132fcc70913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[kdcdefaults]
	kdc_ports = 750,88

[realms]
	ATHENA.MIT.EDU = {
		profile = /etc/krb5.conf
		database_name = /usr/local/lib/krb5kdc/principal
		key_stash_file = /usr/local/lib/krb5kdc/stash
		kdc_ports = 750,88
		max_life = 10h 0m 0s
		max_renewable_life = 7d 0h 0m 0s
		master_key_type = des3-cbc-md5
		supported_enctypes = des3-cbc-md5:normal des-cbc-crc:normal des-cbc-crc:v4
	}