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

Re: Problems with Repository Access with RADIUS Authentication

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-03-10 19:00:30 CET

On 09.03.2005, at 09:44, Reinhard Brandstädter wrote:

> <VirtualHost 192.168.193.22:80>
> ServerName template-repos.ams.stiwa.com
> ServerAlias template-repos
> <IfModule mod_auth_radius-2.0.c>
> AddRadiusAuth 192.168.193.11:1645 <shared key> 5:3
> AddRadiusCookieValid 5
> </IfModule>
> <Location />
> DAV svn
> SVNPath "/home/subversion/ams/template"
> AuthPAM_Enabled off
> AuthType Basic
> AuthName "AMS Subversion RADIUS"
> AuthAuthoritative off
> AuthRadiusAuthoritative on
> AuthRadiusCookieValid 5
> AuthRadiusActive On
> require valid user
> AuthzSVNAccessFile
> conf/subversion/acl/template-vhost-policy.conf
> </Location>
> </VirtualHost>

Shouldn't that be "Require valid-user", with a hyphen?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 10 19:03:11 2005

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.