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

Re: svn commit: rev 1148 - trunk/packages/rpm

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-02-03 12:25:11 CET

On Sun, Feb 03, 2002 at 12:35:13AM -0600, david@tigris.org wrote:
>...
> +++ NEW/trunk/packages/rpm/subversion.spec Sun Feb 3 00:35:03 2002
> @@ -155,6 +155,17 @@
> #<Location /svn/repos>
> # DAV svn
> # SVNPath /home/svnroot
> +#
> +# # Limit write permission to list of valid users.
> +# <LimitExcept GET PROPFIND OPTIONS REPORT>
> +# # Require SSL connection for password protection.
> +# # SSLRequiredSSL
> +#
> +# AuthType Basic
> +# AuthName "Authorization Realm"
> +# AuthUserFile /absolute/path/to/passwdfile
> +# Require valid-user
> +# </LimitExcept>
> #</Location>

Are AuthType, AuthName, and AuthUserFile actually allowed within that
LimitExcept directive? (I've always had them in the Location block, and kept
the inside of the Limit directive to just the Require line.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:03 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.