[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: htaccess




i decided to try and not use shadowed passwords, and see if the
authentication would work.

in .htaccess i have :

AuthUserFile /etc/passwd
AuthGroupFile /etc/group 
AuthName Testing 
AuthType Basic
<Limit GET>
        require group test
</Limit>


/etc/group looks like

test:*:10000:charles

but i still get an authorization denied. is this syntax correct?


On Thu, 14 Sep 2000, Jeff Licquia wrote:

> On Thu, Sep 14, 2000 at 03:25:20PM -0500, Charles Menzes wrote:
> > i am using shadow passwords. since these arent world readable, it doesnt
> > look as though just setting the authfile to /etc/passwd will work. is
> > there an easy way around this?
> 
> There is an Apache module that will allow Apache to authenticate using
> PAM, which should then work with shadow passwords (or anything else,
> for that matter).
> -
> To unsubscribe, send email to majordomo@luci.org with
> "unsubscribe luci-discuss" in the body.
> 

-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.