<br><font size=2 face="sans-serif">Hi All,</font>
<br>
<br><font size=2 face="sans-serif">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.</font>
<br>
<br><font size=2 face="sans-serif">Here is the section where we configure
the master. The Apache version is 2.0.52:</font>
<br>
<br><font size=2 face="sans-serif">&lt;Location /svn&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; DAV svn</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; #</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; # any &quot;http://hostname/svn/NAME&quot;
URL will map to SVNParentPath/NAME</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; #</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; SVNParentPath
/qad/local/subversion</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; SVNAutoversioning
on</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; PerlSetVar
SVNPath /qad/local/subversion/temp_repository</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; PerlSetVar
Pushmi /usr/bin/pushmi</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; PerlSetVar
PushmiConfig /etc/pushmi.conf</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; AuthType
Basic</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; AuthPAM_Enabled
on</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; AuthName
&quot;SVN Repositories&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;LimitExcept
GET PROPFIND OPTIONS REPORT&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; Require valid-user</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; #PerlAuthenHandler Pushmi::Apache::AuthCommit</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;/LimitExcept&gt;</font>
<br><font size=2 face="sans-serif">&lt;/Location&gt;</font>
<br>
<br><font size=2 face="sans-serif">If we uncomment the line &quot;#PerlAuthenHandler
Pushmi::Apache::AuthCommit&quot; even though users get prompted at check-in
time it fails to recognize the passwd through PAM.</font>
<br><font size=2 face="sans-serif">If we take it out, the commit is succesful.</font>
<br>
<br><font size=2 face="sans-serif">Is this a valid configuration? Do we
need to have the same apache configuration in the slave server than in
the master server?</font>
<br>
<br><font size=2 face="sans-serif">Thanks in advance!</font>
<br>
<br><font size=2 face="sans-serif">Joe Seeley</font>