[Pushmi-users] Pushmi and PAM authentication
Joe Seeley
js3 at qad.com
Tue Aug 21 19:42:12 EDT 2007
Hi All,
We have Pushmi up and running but we would like it to work with PAM
authentication. Pam authentication is already in place on our server and
works for Subversion. But once we add Pushmi to the mix, PAM
authentication now fails.
Here is the section where we configure the master. The Apache version is
2.0.52:
<Location /svn>
DAV svn
#
# any "http://hostname/svn/NAME" URL will map to
SVNParentPath/NAME
#
SVNParentPath /qad/local/subversion
SVNAutoversioning on
PerlSetVar SVNPath /qad/local/subversion/temp_repository
PerlSetVar Pushmi /usr/bin/pushmi
PerlSetVar PushmiConfig /etc/pushmi.conf
AuthType Basic
AuthPAM_Enabled on
AuthName "SVN Repositories"
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
#PerlAuthenHandler Pushmi::Apache::AuthCommit
</LimitExcept>
</Location>
If we uncomment the line "#PerlAuthenHandler Pushmi::Apache::AuthCommit"
even though users get prompted at check-in time it fails to recognize the
passwd through PAM.
If we take it out, the commit is succesful.
Is this a valid configuration? Do we need to have the same apache
configuration in the slave server than in the master server?
Thanks in advance!
Joe Seeley
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bestpractical.com/pipermail/pushmi-users/attachments/20070821/baa6c277/attachment.htm
More information about the Pushmi-users
mailing list