Hi everyone, I am having a problem with wb_auth, I am hoping that someone
may be able to point me in the right direction.

Problem is an authentication failure when accessing squid cache.
wbinfo works faultlessly -a -t and -p all work

System is
RedHat 9.0 with

Squid Cache: Version 2.5.STABLE3
configure options:  --enable-auth=ntlm,basic
--enable-basic-auth-helpers=winbind --enable-ntlm-auth-helpers=winbind

samba version is samba-3.0.0beta2-1

Squid.conf


        auth_param ntlm program /usr/local/squid/libexec/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/local/squid/libexec/wb_auth
        auth_param basic children 5
        auth_param basic realm Squid proxy-caching web server
        auth_param basic credentialsttl 2 hours

Smb.conf
   workgroup = XX
   realm = xx.xx.xx
        
        winbind cache time = 10
        template shell = /bin/bash
        template homedir = /home/%D/%U
        winbind uid = 10000-20000
        winbind gid = 10000-20000
        winbind use default domain = Yes


Log file output on cache authentication

Jul 15 22:39:57 mail smb: nmbd -TERM succeeded
Jul 15 22:40:01 mail smb: smbd startup succeeded
Jul 15 22:40:01 mail smb: nmbd startup succeeded
Jul 15 22:40:08 mail winbind: winbindd shutdown succeeded
Jul 15 22:40:08 mail winbind: winbindd startup succeeded
Jul 15 22:40:15 mail winbindd[29562]: [2003/07/15 22:40:15, 0]
nsswitch/winbindd.c:process_loop(692) 
Jul 15 22:40:15 mail winbindd[29562]:   process_loop: Invalid request size
from pid 29467: 1304 bytes sent, should be 1312 
Jul 15 22:40:15 mail winbindd[29562]: [2003/07/15 22:40:15, 0]
nsswitch/winbindd.c:process_loop(692) 
Jul 15 22:40:15 mail winbindd[29562]:   process_loop: Invalid request size
from pid 29467: 1304 bytes sent, should be 1312 
Jul 15 22:40:15 mail winbindd[29562]: [2003/07/15 22:40:15, 0]
nsswitch/winbindd.c:process_loop(692) 
Jul 15 22:40:15 mail winbindd[29562]:   process_loop: Invalid request size
from pid 29467: 1304 bytes sent, should be 1312 

The loop message is each attempt to authenticate


regards
Tony


Reply via email to