> -----Original Message-----
> From: Aaron Wohl [mailto:subversion@awohl.com]
> Sent: Thursday, June 24, 2004 8:10 AM
> To: users@subversion.tigris.org
> Subject: AuthzSVNAccessFile with perl PerlAuthzHandler,PerlAuthenHandler
>
> Im using PerlAuthzHandler,PerlAuthenHandler to check the
> username/password in a corporate database which works fine. But that
> seems to be overriding the svn access handlers totaly. Anyone have
> experiance with making the perl access handlers less athoratative?
When I was getting Apache::AuthenSmb to work with mod_authz_svn I was having
problems where mod_authz_svn was not working, and that's because
Apache::AuthenSmb installed it's own Authz module if it could not find
another Authz (actually PerlAuthz), and was overriding the mod_authz_svn, so
I had to comment out the line that installed the PerlAuthz handler being
installed, and all worked. So with your perl handlers only use the Authen
and it should work.
-- Larry
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 24 17:50:10 2004