|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: mod_auth_pam and apache
From: Les Mikesell (les
futuresource.com)
Date: Tue Apr 05 2005 - 15:46:06 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 2005-04-05 at 12:12, Saifa Saifa wrote:
> I am trying to allow system users (/etc/shadow) to
> access certain directories of apache using PAM.
> mod_auth_pam is properly installed. I changed the
> group of /etc/shadow to shadow-users and correctly
> entered "Group shadow-users" in httpd.conf. Apache is
> starting properly. When I am accessing
> http://localhost/restricted, browser is prompting to
> enter login and password, but not accepting any login
> or passwd for any user.
> I changed group of /etc/shadow with the following cmd
> chgrp shadow-users /etc/shadow
Did you also make the file group-readable with:
chmod g+r /etc/shadow
or an equivalent?
--
Les Mikesell
les
futuresource.com
_______________________________________________
Pam-list mailing list
Pam-list
redhat.com
https://www.redhat.com/mailman/listinfo/pam-list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]