[Auth_ldap] htgroups
Mark Sonnabaum
msonnabaum at unt.edu
Tue May 2 12:49:54 PDT 2006
Is it not possible to authenticate using an htgroup file instead of LDAP
groups? My configuration works fine right now if I use require
valid-user but it wont work using an htgroup file. Here's what that
section of my httpd.conf file looks like.
<Location /internal>
AuthGroupFile /usr/local/etc/apache/htgroup
Allow from all
Options FollowSymLinks MultiViews ExecCGI
AllowOverride All
AuthType basic
AuthName "Internal"
<Limit GET PUT POST>
# require valid-user
require group admin
</Limit>
</Location>
thanks,
Mark
More information about the Auth_ldap
mailing list