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

svn + +apache + winbind

From: Ajay <ajay_at_unisoftindia.net>
Date: 2005-10-27 18:14:27 CEST

Hi

we are switching from svn+ssh using "linux accounts" to
svn+apache+pam/winbind (using Active Directory),

our off-line test setup is up and working well. But we are unable to
make svn+apache reuse our active directory groups and are forced to
create a group manually in our access control file.

our config files

httpd.conf

__snip___

> <location /svn>
> DAV svn
> SVNParentPath /svn_check/
> AuthzSVNAccessFile /etc/svn-access
> AuthType Basic
> AuthName "svn"
> Require users valid-user
> </location>

____snip___

PRESENT svn-access file looks like

________________________________
[groups]
bikers = LOCAL\pinto, LOCAL\mark
dolphins = LOCAL\john, LOCAL\subbu, LOCAL\iyer
[honda:/]
@bikers = rw
[yamaha:/]
@dolphins = rw
______________________________

we would like to have is something like

___________________________
[honda:/]
@LOCAL\bikers = rw
[yamaha:/]
@LOCAL\dolphins = rw
__________________________

to avoid manually updating svn-access file when we add or remove members
to our AD groups.

This is the only issue that is holding us up from demostrating it our
CIO and rolling it out...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 27 18:05:07 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.