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

Re: windows vs linux

From: Mark Reibert <svn_at_reibert.com>
Date: 2007-09-13 09:26:33 CEST

On Thu, 2007-09-13 at 09:05 +0200, Rainer Sokoll wrote:
> I prevent from using Windows whenever I can :-)

Don't we all! But Corporate America almost universally means Windows and
MS Office on the desktop, so if you want your proposal team to use some
kind of CM for that Word document you will end up playing with a DC. :-(

> For apache 2.0.x:
> AuthType Basic
> AuthLDAPEnabled on
> AuthLDAPAuthoritative on
> AuthLDAPBindDN "WINDOWSDOMAIN\\a_user"
> AuthLDAPBindPassword password_for_a_user
> AuthLDAPUrl ldap://10.0.87.27:389/DC=foo,DC=bar?sAMAccountName
> AuthName "Subversion Repository"
> require valid-user
>
> For apache 2.2.x:
> AuthType Basic
> AuthBasicProvider ldap
> AuthName "Subversion Repository"
> AuthzLDAPAuthoritative off

But "on" for 2.0.x?

> AuthLDAPBindDN "WINDOWSDOMAIN\\a_user"
> AuthLDAPBindPassword password_for_a_user

Yikes! Who's lucky password gets recorded in the conf file?

> AuthLDAPUrl ldap://10.0.87.27:389/DC=foo,DC=bar?sAMAccountName
> AuthUserFile /dev/null
> Require valid-user

Thanks for the help!

-- 
----------------------
Mark S. Reibert, Ph.D.
svn@reibert.com
----------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 13 09:23:18 2007

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.