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

RE: AuthzSVNAccessFile with perl PerlAuthzHandler,PerlAuthenHandl er

From: Shatzer, Larry <Larry.Shatzer_at_Spirent.com>
Date: 2004-06-24 17:47:19 CEST

> -----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

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.