Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1104773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T01:31:51+00:00 2026-05-17T01:31:51+00:00

I have an SVN server, and I’d like to use our LDAP server for

  • 0

I have an SVN server, and I’d like to use our LDAP server for user authentication. Right now I’m specifying usernames and passwords per repository, which is working OK, but more people are deciding to use this server. And I really shouldn’t have access to their passwords. I’d like to use LDAP to authenticate users, and I want to grant access rights to a whole domain rather than specify users individually.

Some (gruesome) details:

  • SVN is running on a windows XP machine. 🙁
  • I have both svnserve and http access, but the latter is a very minor concern.
  • I have minimal LDAP knowledge (which is probably why I’m asking this question.)

Finally, if this is a bad idea entirely, or if there’s a better solution I would be interested in hearing it.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T01:31:52+00:00Added an answer on May 17, 2026 at 1:31 am

    svnserve is used whenever you access URLs starting with svn://. All URLs that start with http:// or https:// are handled by Apache. All Subversion clients should be able to handle both of them, and TortoiseSVN doesn’t have a problem with them for sure.

    Change your Apache config to something like this:

    <Location /svn>
        AuthName "My repository"
        AuthType SSPI
    
        SSPIAuth On
        SSPIAuthoritative On
        SSPIDomain MYDOMAIN
        SSPIOmitDomain On
        SSPIOfferBasic On
        SSPIUsernameCase lower
    
        Require valid-user
    
        DAV svn
        SVNListParentPath on
        SVNParentPath D:/path/to/repos
        AuthzSVNAccessFile D:/path/to/accessfile
    </Location>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have Apache/SVN running on Windows Server 2003 with authentication via LDAP/Active Directory and
At my office we have an SVN server set up and I'd like to
I have a svn server on our lan locally its on windows. The developers
I have just built up my first SVN server, along with the mod_dav_svn module
On the SVN server, there is a file called config.conf . I have a
We have an SVN repository running on a Windows server, and I want to
I have a SVN structure like this: /Projects /Project1 /Project2 /someFolder /Project3 /Project4 I
I have SVN server running on one of my domains as svn.mydomain.com and would
I currently have an svn server running on a machine to which multiple users
What I want to happen is have an SVN server on one computer, and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.