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

Re: heimdal for ldap



"novice  heimdal" <heimdal@rediffmail.com> writes:

> now what do i need to do to have my principals stored in ldap not in
> the default berkley db?

You probably need something like:

[kdc]
        database = {
                dbname = ldab:whatever
                mkey_file = /path/to/mkey
        }

in your kdc.conf.

I don't think the whatever part is currently used by the ldap, but in
theory it should be something that describes the database. In the
normal db-case it's a filename.

I assume you've checked out Luke Howard's page on the matter:
http://www.padl.com/~lukeh/heimdal/

Is there anyone actually using this that can comment?

/Johan