On Mon, Mar 3, 2008 at 2:06 PM, Alex de Vaal wrote:
Did you configure /etc/krb5.conf too?
>
> My /etc/krb5.conf looks like this:
>
> [libdefaults]
> default_realm = TEST.COM
>
> [realms]
> NH-HOTELES.COM = {
> kdc = adm01.test.com:88
> kdc = adm03.test.com:88
> kdc = adm04.test.com:88
> }
>
>
This is the correct /etc/krb5.conf file (sorry):
[libdefaults]
default_realm = TEST.COM
[realms]
TEST.COM = {
kdc = adm01.test.com:88
kdc = adm03.test.com:88
kdc = adm04.test.com:88
}
"kdc" equals a Domain Controller in your AD (Kerberos server).
Regards,
Alex.
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba