summaryrefslogtreecommitdiffstats
path: root/kdc.conf
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2007-04-13 19:10:43 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2007-04-13 19:10:43 +0000
commit0067509b6877622d5e0c91dea1356e82024e77b9 (patch)
tree85eba9029b76dfb34765bcdc58cd135be32e1e9d /kdc.conf
parent1739ef7213b7e3ad4f5def98a34f518a9e339d82 (diff)
downloadkrb5-0067509b6877622d5e0c91dea1356e82024e77b9.tar.gz
krb5-0067509b6877622d5e0c91dea1356e82024e77b9.tar.xz
krb5-0067509b6877622d5e0c91dea1356e82024e77b9.zip
- nope, a not-realm-specific value is only handled in appdefaults
Diffstat (limited to 'kdc.conf')
-rw-r--r--kdc.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdc.conf b/kdc.conf
index 67e4735..516312c 100644
--- a/kdc.conf
+++ b/kdc.conf
@@ -2,10 +2,10 @@
v4_mode = nopreauth
[realms]
- acl_file = /var/kerberos/krb5kdc/kadm5.acl
- dict_file = /usr/share/dict/words
- admin_keytab = /var/kerberos/krb5kdc/kadm5.keytab
EXAMPLE.COM = {
#master_key_type = des3-hmac-sha1
+ acl_file = /var/kerberos/krb5kdc/kadm5.acl
+ dict_file = /usr/share/dict/words
+ admin_keytab = /var/kerberos/krb5kdc/kadm5.keytab
supported_enctypes = des3-hmac-sha1:normal arcfour-hmac:normal des-hmac-sha1:normal des-cbc-md5:normal des-cbc-crc:normal des-cbc-crc:v4 des-cbc-crc:afs3
}