views:

33

answers:

1

Hi Glenc,

I noticed that this blog is rellay helping folks!!!! I really appreciate it.

I'm facing issues with configuring SVN with LDAP.

SVN Version: 1.6.6 Apache versio: 2.2 Using Tortoise client to access the repo.

I've copied the "mod_authz_svn.so" and "mod_dav_svn.so" from svn to modules dir of the apache. Apache starts normally with out any trouble.

Below is my configuration file.

<Location /svn> 
DAV svn 
SVNParentPath d:/repos 
SVNListParentPath On
AuthzSVNAccessFile D:/repos/access.txt
AuthzLDAPAuthoritative off
AuthType Basic
AuthBasicProvider ldap
AuthName “ou.org”
#AuthLDAPBindDN “CN=TROPHY,CN=Users,DC=vw,DC=vwg”
AuthLDAPBindDN "DOMAIN\TROPHY"
AuthLDAPBindPassword “SYPERB”

AuthLDAPURL ldap://OU.ORG:389/CN=Users,DC=OU,DC=ORG?sAMAccountName?sub?(objectClass=Users)

Require valid-user
</Location>

Error:200 OK

If i replace the "/svn" from location path. I don't see above error , but was unable to authunticate to server.I notice that the login prompt pops up every time i give the credentials.

I'm using the below link to access the repo from TORTOISE SVN.

http://server.ou.org/repos/make/

I'm badly in need of help.I'm working on this for days, yet no luck.

Please do help me.

Thx, Reeva...

A: 

Checkout svn edge, it might help

Version Control Buddy