[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with configuration :kdc: krb5_init_context failed: -1765328248



Hi everybody,

i'm having problems with configuring heimdal 0.6.

My configuration :

heimdal 0.6 with LDAP-2.1.x-Patch
openldap 2.2.4
Suse Linux 8.2
Kernel 2.4.24

This is the output, when i try to start kdc (same with kadmind kpasswdd) :

--snipp--
Pentium200:~ # /usr/local/heimdal/libexec/kdc
kdc: krb5_init_context failed: -1765328248
Pentium200:~ #
--snipp--

This is /etc/krb5.conf :
--snipp--
[libdefaults]
default_realm = HRNET.DE
clockskew = 300

[realms]
HRNET.DE =
{
     kdc=pentium200.hrnet.de
     kpasswd_server=pentium200.hrnet.de
     admin_server=pentium200.hrnet.de
     default_domain=hrnet.de
}

[domain_realm]
.hrnet.de = HRNET.DE
hrnet.de = HRNET.DE

[kdc]
database =
{
   dbname = ldap:ou=kerberosprincipals,dc=hrnet,dc=de
   mkey_file = /var/heimdal/m-key
}

[logging]
kdc = FILE:/var/heimdal/kdc.log
kdc = SYSLOG:DEBUG
default = SYSLOG:DEBUG:USER

--snipp--

There's nothing in the logfiles ,
wehen i start kdc with empty logfile there's no problem
to start kdc (although it's senseless without configuration).

DNS is setup properly, openldap run's as it should ,
no problems with other daemons ...

Has someone an idea what's wrong with /etc/krb5.conf ?

greets Harry