Subversion, Radius and Virtual Hosts in apache
From: Andy Brook <andy.brook_at_chp.co.uk>
Date: 2005-05-25 15:42:09 CEST
We're trying to setup subversion via apache on FreeBSD 5.3 using RADIUS
This config works fine via the web interface but doesn't work from
<VirtualHost 10.10.10.1>
ServerName svn.svr.chp.co.uk
DocumentRoot /home/svnrepo
ErrorLog /home/svnrepo/logs/main
AddRadiusAuth 10.10.10.2:1645 <password> 5:3
AddRadiusCookieValid 5
<Location /main>
DAV svn
SVNPath /home/svnrepo/main
AuthType Basic
AuthName "Active Directory Authentication"
AuthAuthoritative off
AuthRadiusAuthoritative on
AuthRadiusCookieValid 5
AuthRadiusActive On
Require Valid-User
AuthzSVNAccessFile /home/svnrepo/m
</Location>
</VirtualHost>
So I tried changing the document root to... "DocumentRoot
Another confusing thing is that there are no error messages in any of
If anyone has any idea where I'm going wrong I'd be very grateful, the
Many thanks in advance,
Andy Brook
The contents of this communication are not intended to be binding or
|
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.