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

Re: Windows svn/tortoise clients with an Apache 2.0.54/AuthenNTLM/svn 1.2.1/Linux server

From: Samay <getafix123_at_hotmail.com>
Date: 2005-08-24 18:11:34 CEST

> On Thu, Aug 25, 2005 at 01:42:13AM +1000, Samay wrote:
>
> New to the list, I missed that mail:
>
>> >>mate, care to share any clues about mod_ldap w/ AD for authorisation
>> >>bit!
>> >>thats the missing bit in my puzzle here ..
>
> This is what I have up and running (Apache on Linux build from source,
> LDAP on ActiveDirectory):
>
> ------8<-----
> <Location /ICS>
> DAV svn
> SVNParentPath /svn/svn/ICS
> AuthzSVNAccessFile /usr/local/httpd-2.0.54/conf/svnaccess.ics
> SVNIndexXSLT "/svnindex.xsl"
> AuthType Basic
> AuthName "Access to ICS area"
> AuthLDAPEnabled on
> AuthLDAPAuthoritative on
> AuthLDAPBindDN "DOMAIN\\user"
> AuthLDAPBindPassword secret
> AuthLDAPUrl
> ldap://10.0.87.27:389/DC=ad,DC=intershop,DC=net?sAMAccountName
> require valid-user
> </Location>
> ------8<-----
>
> Note that DOMAIN\user must have access to sAMAccountName.
>
> HTH,
> Rainer
>
above works fine for standalone LDAP auth, however it doesnt work for
Kerberos based Authentication (SPNego)and LDAP based Authorization (mixed
mode). Your config snippet suggests LDAP only setup.

regards,

Shirish

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 24 18:13:32 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.