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

Re: Linux Server and Windows Domain Authentication

From: Daniel S. Haischt <me_at_stefan.haischt.name>
Date: 2003-08-29 12:09:35 CEST

AFAIK domain authentication against a domain controller
only works with IE because that browser has access to
your domain credentials.

but this could be totaly wrong ...

Lübbe Onken wrote:

> 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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 29 12:18:56 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.