Do you have a /etc/krb5.conf file?

My contains:

[libdefaults]
    default_realm = MYWWORKGROUP

[realms]
    MYWORKGROUP = {
    kdc = pdc.myworkgroup
    }

[logging]
    kdc = SYSLOG:INFO

In your case, I think your krb5.conf would be:

[libdefaults]
    default_realm = TEST.COM

[realms]
    TEST.COM = {
    kdc = testadc0.test.com
    }

[logging]
    kdc = SYSLOG:INFO


And your smb.conf:

security = ads
password server = TESTADC0
encrypt passwords = yes
winbind separator = "
realm = TEST.COM
winbind use default domain = yes
workgroup = TEST.COM

Also, I know that you can put more that one server in the realms section
of krb5.conf file, I just don't know the syntax.


Hope it helps!

-Dave


Reply via email to