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

Re: kerberos 4 problem



"Lars Hansson" <lars@unet.net.ph> writes:
> The kdc log shows this:
> "Server not found in database: rcmd.ninoy@UNET.NET.PH: Failed to convert v4
> principal"

This means that the KDC couldn't figure out how to convert the
names of the principals it has in the database to v4 names.

Do you have something similar to this in your [realms] section in
/etc/krb5.conf:

[realms]
        FOO.SE = {
                kdc = kerberos.foo.se
                admin_server = kerberos.foo.se
                v4_name_convert = {
                        host = {
                                rcmd = host
                        }
                }
                v4_domains = foo.se
        }

That example would of course be for the FOO.SE realm and domain.

/assar