|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: RE: PAM_SMB through Apache
From: marin (marin
aci.on.ca)Date: Wed Dec 06 2000 - 21:25:36 CST
- Next message: marin: "RE: PAM_SMB through Apache"
- Previous message: Mathew Johnston: "Re: PAM_SMB through Apache"
- In reply to: Richard Sharpe: "Re: PAM_SMB through Apache"
- Reply: marin: "RE: PAM_SMB through Apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
<snip>
>The users of the NT domain are not in the local password file, and they
>should not have to be.
[/marin] That's correct. Authentication is done against your NT-PDC.
>However, I am not sure how to write the
>/etc/pam.d/httpd file to make sure that users and passwords only get
>authenticated through the NT domain.
>
>The only two things I have in my /etc/pam.d/httpd file are:
>
>auth sufficient /lib/security/pam_smb_auth.so nolocal
>password required /lib/security/pam_smb_auth.so nolocal
>
[/marin] Change your /etc/pam.d/httpd as following :
--------------------------------------------------------------------
auth required /lib/security/pam_smb_auth.so nolocal debug
account required /lib/security/pam_permit.so
--------------------------------------------------------------------
Note that debug is optional. If enabled output is written to /var/log/secure
Also have you specified your NT-PDC, NT-BDC and domain name into
/etc/pam_smb.conf ?
If you still have troubles let me know.
/marin
_______________________________________________
Pam-list mailing list
Pam-list
redhat.com
https://listman.redhat.com/mailman/listinfo/pam-list
- Next message: marin: "RE: PAM_SMB through Apache"
- Previous message: Mathew Johnston: "Re: PAM_SMB through Apache"
- In reply to: Richard Sharpe: "Re: PAM_SMB through Apache"
- Reply: marin: "RE: PAM_SMB through Apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]