On Fri, 2005-04-01 at 16:59 +1000, Michael Kraus wrote:

The machine I have this setup on is a Fedora Core 1 machine and
versions:

pam-0.77-15
samba-3.0.7-2.FC1
samba-common-3.0.7-2.FC1 (provides winbind)

The setup is for Squid using winbind to allow proxy authentication from
the Windows domain (AD).

The notes I followed were for setting up squid/winbind.  I think this is
a current version of the FAQ that I used:

        http://www.squid-cache.org/Doc/FAQ/FAQ-23.html

> Also, here is my /etc/pam.d/samba - if it helps.
> 
> ---snip---
> #%PAM-1.0
> auth       required   pam_nologin.so
> auth       required   pam_stack.so service=system-auth
> auth       required     /lib/security/pam_winbind.so
> account    required     /lib/security/pam_winbind.so
> account    required   pam_stack.so service=system-auth
> session    required   pam_stack.so service=system-auth
> password   required   pam_stack.so service=system-auth
> ---snip---

Mine is only:

        $ cat /etc/pam.d/samba
        #%PAM-1.0
        auth       required     pam_nologin.so
        auth       required     pam_stack.so service=system-auth
        account    required     pam_stack.so service=system-auth
        session    required     pam_stack.so service=system-auth
        password   required     pam_stack.so service=system-auth

I don't know much about pam so don't understand the differences.  Sorry!

HTH

-- 
Simon Wong <[EMAIL PROTECTED]>
Wongy.org

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to