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

Linux Server and Windows Domain Authentication

From: Lübbe Onken <L.Onken_at_rac.de>
Date: 2003-08-29 11:46:33 CEST

Hi Folks,

has anyone managed to setup a subversion server on a linux box so that the
users are automatically authenticated against a windows domain controller?

We've tried the following Setup
<Location /svn/>
    DAV svn
    SVNParentPath /usr/local/svn/repository

    AuthType NTLM
    NTLMAuth on
    NTLMAuthoritative on
    NTLMDomain OFFICE
    NTLMServer APOLLO
    AuthType Basic
    AuthName "Subversion repository"
    AuthUserFile /usr/local/svn/conf/.htaccess
    Require valid-user
</Location>

Now when we access the repository using IE, the user is immediately
authenticated correctly. When using any other client (Mozilla, TortoiseSVN,
...) the basic authentication is used. Is there currently any known way to
achieve our goal?

Cheers & Thanks
-Lübbe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 29 11:51:28 2003

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.