[22870] in Kerberos
Missing parms in kdc.conf
daemon@ATHENA.MIT.EDU (Mark Sellers)
Mon Nov 22 15:32:01 2004
From: Mark Sellers <contact@reef-rats.com>
Message-ID: <stb2q097e2q4mvvf594slirn2lqk3hunp2@4ax.com>
Date: Mon, 22 Nov 2004 00:15:59 GMT
To: kerberos@mit.edu
Errors-To: kerberos-bounces@mit.edu
I am getting the following Kerberos 5 error:
kadmind: Required parameters in kdc.conf missing while
initializing, aborting
I have tried all the obvious things like reading man pages, admin
guides, and searching the web for examples. I have also tried
plenty of trial and error, but to no avail. Can someone please
point me in the right direction for solving this [presumably]
simple problem.
Conf files follow. I have replaced my domain name with FOO.
Regards,
Mark
===============================================
krb5.conf
===============================================
[libdefaults]
default_realm = FOO
dns_lookup_realm = false
dns_lookup_kdc = false
kdc_timesync = 1
ccache_type = 4
default_tgs_enctypes = aes256-cts arcfour-hmac-md5 des3-hmac-sha1
des3-cbc-sha1 des-hmac-sha1 des-cbc-md5
default_tkt_enctypes = aes256-cts arcfour-hmac-md5 des3-hmac-sha1
des3-cbc-sha1 des-hmac-sha1 des-cbc-md5
permitted_enctypes = aes256-cts arcfour-hmac-md5 des3-hmac-sha1
des3-cbc-sha1 des-hmac-sha1 des-cbc-md5
[realms]
FOO = {
kdc = kerberos.foo
admin_server = kerberos.foo
default_domain = foo
}
[domain_realm]
.foo = FOO
[logging]
kdc = SYSLOG:INFO:AUTH
admin_server = SYSLOG:ERR:DAEMON
===============================================
kdc.conf
===============================================
[realms]
FOO = {
database_name = /var/lib/krb5kdc/principal
admin_keytab = /etc/krb5kdc/kadm5.keytab
acl_file = /etc/krb5kdc/kadm5.acl
key_stash_file = /etc/krb5kdc/stash
max_life = 10h 0m 0s
max_renewable_life = 7d 0h 0m 0s
master_key_type = des3-hmac-sha1
supported_enctypes = des3:normal des-hmac-sha1:normal des-cbc-md5:normal
default_principal_flags = +preauth
}
[logging]
kdc = SYSLOG:INFO:AUTH
admin_server = SYSLOG:ERR:DAEMON
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos