[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: PAM authentication method

From: Jon Bendtsen <jon.bendtsen_at_laerdal.dk>
Date: 2005-11-28 21:11:54 CET

Den 28. nov 2005 kl. 19:34 skrev Allan Spagnol Comar:

> Hi all, how can I set up pam authentication method for apache ?
>
> I have instaled mod_auth_pam to apache and my Location has:
> AuthPAM_Enabled on
> AuthType Basic
> AuthName "Subversion Repository"
> #SSLRequireSSL
> Require group subversion
>
> even so I could not list the data on repository, if I change
> autentication to AuthUserFile /etc/svn-auth-file it works.
>
> what is missing ?

i have:
   AuthPAM_Enabled On
   AuthType Basic
   AuthAuthoritative off
   AuthName "Subversion Repository"

   AuthzSVNAccessFile /data/svn/conf/dav_svn.authz

   Require valid-user

JonB

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 28 21:58:29 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.