Re: [squid-users] Squid NTLM/ADS problem

From: Dave Augustus <davea@dont-contact.us>
Date: 12 Jan 2004 13:23:38 -0600

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
Received on Mon Jan 12 2004 - 12:23:40 MST

This archive was generated by hypermail pre-2.1.9 : Sun Feb 01 2004 - 12:00:05 MST