Hi Helpers

I have 2 domains:
domain1 ==> Windows 2000 with NT 4 compatibility
domain2 ==> NT 4

1 squid to authenticate users from this 2 domains.

With smb_auth it's working, but users have to type user and pass...

My question:
Is it possible to configure squid to authenticate user from both domains
without users typing username and pass?

If yes give me some direction.


Compilation options used but can be changed:

# RedHat 7.3
                                                                                       
                                                     
# Squid-2.5STABLE4
                                                                                       
                                                     
# Squid configure:
./configure \
--prefix=/usr/local/squid \
--sysconfdir=/etc/squid \
--enable-auth=basic,ntlm \
--enable-basic-auth-helpers=MSNT,SMB \
--enable-ntlm-auth-helpers=winbind \
--enable-external-acl-helpers=wbinfo_group \
--enable-snmp \
--enable-underscores \
--enable-default-err-language=Portuguese



# Samba-3.0.0
                                                                                       
                                                     
# Samba configure:
./configure \
--with-configdir=/etc/samba \
--with-winbind \
--with-winbind-auth-challenge


Thanks

Elton S. Fenner

Reply via email to