[nycbug-talk] Apache 2 mod_auth_pam and DAV
Lonnie Olson
fungus
Mon Dec 12 15:40:36 EST 2005
Jonathan wrote:
> My Apache config has the following for DAV and mod_auth_pam
> LoadModule auth_pam_module libexec/apache2/mod_auth_pam.so
> DavLockDB /var/run/DavLock
> Alias /dav /usr/local/www/dav
> <Location /dav>
> AuthPAM_Enabled on
> AuthType Basic
> AuthName "General WebDAV access"
> require group svnusers
> require user jonathan
> Dav filesystem
> </Location>
Just a guess. You have "require group svnusers", but how is your pam
config supposed to read what group that user is in. Try removing the
group requirement.
--lonnie
More information about the talk
mailing list