[squid-users] Squid error using winbind!

2003-10-30 Thread Thomas . Bauer
Hi folks,

got a bit further with my squid - winbind - nt - seamless login problem, but squid is 
still showing n error and the prompt is
also still showing up.

Here are the error messages:

[EMAIL PROTECTED] root]# /etc/rc.d/init.d/squid restart
Stopping squid: 2003/10/30 10:41:59| Parsing Config File: Unknown authentication 
scheme 'ntlm'.
2003/10/30 10:41:59| Parsing Config File: Unknown authentication scheme 'ntlm'.
2003/10/30 10:41:59| parseConfigFile: line 1178 unrecognized: 'auth-param ntlm 
max_challenge_reuses 0'
2003/10/30 10:41:59| Parsing Config File: Unknown authentication scheme 'ntlm'.
.  [  OK  ]
Starting squid: .  [  OK  ]
[EMAIL PROTECTED] root]#

Here is an extract from my squid.conf:

auth_param ntlm program /usr/lib/squid/wb_ntlmauth
auth_param ntlm children 5
auth-param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param basic program /usr/lib/squid/wb_auth
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours

Here are the winbind helpers:

[EMAIL PROTECTED] root]# /usr/lib/squid/wb_auth -d
/wb_auth[5070](wb_basic_auth.c:168): basic winbindd auth helper build Oct 30 200
3, 08:57:55 starting up...
ushgnt\temp1 Password
/wb_auth[5070](wb_basic_auth.c:129): Got 'ushgnt\temp1 Password' from squid (length: 
21).
/wb_auth[5070](wb_basic_auth.c:55): winbindd result: 1
/wb_auth[5070](wb_basic_auth.c:58): sending 'OK' to squid
OK

[EMAIL PROTECTED] root]# /usr/lib/squid/wb_group -d
/wb_group[5073](wb_check_group.c:322): External ACL winbindd group helper build Jun  5 
2003, 09:43:16 starting up...
temp1
/wb_group[5073](wb_check_group.c:343): Got 'temp1' from Squid (length: 5).
/wb_group[5073](wb_check_group.c:237): SID: 
S-1-5-21-2080928648-758920204-1539857752-513
/wb_group[5073](wb_check_group.c:237): SID: 
S-1-5-21-2080928648-758920204-1539857752-1174
/wb_group[5073](wb_check_group.c:237): SID: 
S-1-5-21-2080928648-758920204-1539857752-1007
ERR

What did I make wrong? What do the errors mean? Do I have to create a group where I 
define the authorized internet users that
the prompt in IE doesn't show up for valid internet users?
temp1 is not a valid internet user, but when the prompt pops up (still pops up for 
every user) and I enter temp1 and Password, I
can log on to the internet.
Hope someone can help me. If you need further informations let me know.
Thanks Tommy




Re: [squid-users] Squid error using winbind!

2003-10-30 Thread Marc Elsen


[EMAIL PROTECTED] wrote:
 
 Hi folks,
 
 got a bit further with my squid - winbind - nt - seamless login problem, but squid 
 is still showing n error and the prompt is
 also still showing up.
 
 Here are the error messages:
 
 [EMAIL PROTECTED] root]# /etc/rc.d/init.d/squid restart
 Stopping squid: 2003/10/30 10:41:59| Parsing Config File: Unknown authentication 
 scheme 'ntlm'.
 2003/10/30 10:41:59| Parsing Config File: Unknown authentication scheme 'ntlm'.
 2003/10/30 10:41:59| parseConfigFile: line 1178 unrecognized: 'auth-param ntlm 
 max_challenge_reuses 0'
 2003/10/30 10:41:59| Parsing Config File: Unknown authentication scheme 'ntlm'.
 .  [  OK  ]
 
...

 Did you build squid with ntlm support ?

 M.


Re: [squid-users] Squid error using winbind!

2003-10-30 Thread Henrik Nordstrom
On Thu, 30 Oct 2003 [EMAIL PROTECTED] wrote:

 
 Here are the error messages:
 
 [EMAIL PROTECTED] root]# /etc/rc.d/init.d/squid restart
 Stopping squid: 2003/10/30 10:41:59| Parsing Config File: Unknown authentication 
 scheme 'ntlm'.

You have not enabled support for the ntlm scheme when you compiled your 
Squid binary.

Regards
Henrik



Re: [squid-users] Squid error using winbind!

2003-10-30 Thread Henrik Nordstrom
On Thu, 30 Oct 2003 [EMAIL PROTECTED] wrote:

 [] --enable-basic-auth-helpers=LDAP, NCSA, PAM, SMB, SASL, MSNT 
 --enable-ntlm-auth-helpers=SMB,winbind
 --enable-external-acl-helpers=ip_user, ldap_group, unix_group, wbinfo_group, 
 winbind_group
 
 How can I get ntlm support without reinstalling squid? What should I do?

You need to reinstall Squid as you have not enabled the ntlm 
authentication scheme (enabling helpers is not the same as enabling the 
authentication scheme)

You need --enable-auth=ntlm, basic


Regards
Henrik