[squid-users] Problem with wb_group helper

From: Mark Pelkoski <mpelkoski@dont-contact.us>
Date: Fri, 25 Apr 2003 13:29:44 -0600

Hello everybody,
I've been through all of the archived e-mails, so I know this is a new
problem posted.
I am running Redhat 9.0
Squid is 2.5STABLE2
Samba is 2.2.8a

I am joined to the domain and have ntlm and basic authentication working
fine. I can successfully test the wb_group helper in debug mode just
fine. The group is spelled correctly and case is correct. When I start
squid in debug mode I get this output relating to the NT Global group,
notice the last line:

....................<CUT>....................
2003/04/24 16:07:35| Processing: 'external_acl_type NT_global_group
%LOGIN /usr/local/squid/libexec/wb_group'
2003/04/24 16:07:35| parse_line: external_acl_type NT_global_group
%LOGIN /usr/local/squid/libexec/wb_group
2003/04/24 16:07:35| Processing: 'acl ProxyUsers external
NT_global_group "M00_FullProxy_Users"'
2003/04/24 16:07:35| parse_line: acl ProxyUsers external NT_global_group
"M00_FullProxy_Users"
2003/04/24 16:07:35| aclParseAclLine: Creating ACL 'ProxyUsers'
2003/04/24 16:07:35| cbdataLock: 0x820d748
2003/04/24 16:07:35| strtokFile: M00_FullProxy_Users not found
.....................<CUT>....................

Here is my squid.conf:
.....................<CUT>....................
external_acl_type NT_global_group %LOGIN
/usr/local/squid/libexec/wb_group
acl ProxyUsers external NT_global_group M00_FullProxy_Users

http_access allow ProxyUsers
http_access deny all
.....................<CUT>....................

Here is my smb.conf:

[global]
        log file = /var/log/samba/%m.log
        smb passwd file = /etc/samba/smbpasswd
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        obey pam restrictions = yes
        wins server = 172.30.1.1
        encrypt passwords = yes
        winbind use default domain = yes
        winbind uid = 10000-20000
        wins proxy = no
        passwd program = /usr/bin/passwd %u
        dns proxy = no
        netbios name = Linux-Proxy
        server string = Linux Proxy Test
        winbind enum users = yes
        password server = *
        winbind gid = 10000-20000
        unix password sync = Yes
        local master = no
        workgroup = PROXYTEST
        os level = 20
        winbind enum groups = yes
        security = domain
        max log size = 0
        pam password change = yes
.....................<CUT>....................

I also have winbindd running in -d -i mode and shows no activity when
squid is started. I have activity when wb_ntlmauth is started, which
works fine, but not wb_group.

Thanks in advance for any help that is posted!

mpelkoski@buympc.com
Received on Fri Apr 25 2003 - 13:29:55 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:15:30 MST