[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ldap backend syntax
version 0.7.2 on linux
I'm using this in krb5.conf, according to the documentation at heimdal's
site:
[kdc]
database = {
dbname = ldap:ou=People,dc=mycnc,dc=com
}
#hdb-ldap-structural-object = person
hdb-ldap-create-base = ou=people,dc=mycnc,dc=com
The weird thing is that there is a *file* called
"ldap:ou=People,dc=mycnc,dc=com" in /var/heimdal and, it seems, wherever
I happen to run "kadmin -l" from (when running init). Is this syntax
correct?
Furthermore, while strace()ing kadmind for another problem, I noticed it
tries to open this "ldap:ou=People,dc=mycnc,dc=com" in the current
directory.
I have a feeling this syntax is incorrect... Or is it not? Is this
expected?