Re: [squid-users] 2 domains 1 squid

2003-12-19 Thread Elton S. Fenner

  Is it possible to configure squid to authenticate user from both domains
  without users typing username and pass?
 
 Only if there is a trust between the domains.
 

Yes. there is a trust.
Can you give me some way to go?
Lot's of sites and FAQs would be appreciated.

Thanks

Elton S. Fenner
Administrador de Redes

(o
//\
v_/_
Seja livre,
não use software pirata,
use LINUX.




Re: [squid-users] 2 domains 1 squid

2003-12-19 Thread Henrik Nordstrom
On 19 Dec 2003, Elton S. Fenner wrote:

 
   Is it possible to configure squid to authenticate user from both domains
   without users typing username and pass?
  
  Only if there is a trust between the domains.
  
 
 Yes. there is a trust.
 Can you give me some way to go?

See the documentation on how to set up Squid using NTLM authentication via 
Samba. It should just magically work if there is a trust between the 
domains, just like how it works for NT servers authenticating users from 

Regards
Henrik



[squid-users] 2 domains 1 squid

2003-12-18 Thread Elton S. Fenner
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



Re: [squid-users] 2 domains 1 squid

2003-12-18 Thread Henrik Nordstrom
On 18 Dec 2003, Elton S. Fenner wrote:

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

Only if there is a trust between the domains.

Regards
Henrik