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

Authorization file and domain wildcards

From: Craig McQueen <mcqueen-c_at_edsrd1.yzk.co.jp>
Date: Thu, 04 Dec 2008 11:45:24 +0900

Hello folks,

We have a Windows server running Subversion 1.2.3, set up with Apache
and SSPI authentication to the domain. We're using an authorization file
to control access to various repositories (for security reasons).

Now we're doing a joint project between company branches, and
considering the idea of enabling remote access. We'd either add LDAP
authentication against the remote server, or add the few developers
concerned to a local Apache password file.

In either case, we're wondering if it is possible to limit access in the
authorization file by domain wildcards. For example:
* =
LOCALDOMAIN\* = r
LOCALDOMAIN\localuser1 = rw
LOCALDOMAIN\localuser2 = rw
REMOTEDOMAIN\remoteuser1 = rw

Possible? Initial testing seems to indicate that wildcards like
"LOCALDOMAIN\* = r won't work. The Subversion red-book doesn't seem to say.

Regards,
Craig McQueen

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=979269

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-04 16:06:53 CET

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.