svn - Subversion with LDAP authentication -


i'm facing issues configuring svn ldap.

  • svn version: 1.6.6
  • apache version: 2.2
  • i using tortoisesvn client access repository.

i've copied "mod_authz_svn.so" , "mod_dav_svn.so" svn modules directory of apache installation. apache starts without trouble.

below 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 replace "/svn" location path, don't see above error, unable authenticate server. notice login prompt pops every time give credentials.

i'm using below link access repository tortoisesvn.

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

check out subversion edge. might help.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -