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

Re: Several databases in one KDC?



=?UTF-8?B?Sm9zw6kgR29uesOhbGV6IEfDs21leg==?= <jgonzalez@opentechnet.com> writes:

> Does heimdal offer support for having several databases under just
> one KDC?

The support is there, but its use is somewhat hindered by obscurity,
and currently also by a bug in the config file parser.

The trick with initialising the database is to specify the realm to
kadmin:

        kadmin -r FOO -l init FOO

but it still only works for the first realm, because of the mentioned
bug. I'll see if I can do something about this.

/Johan