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

RE: Re: Linux Server and Windows Domain Authentication

From: Leeuw van der, Tim <tim.leeuwvander_at_nl.unisys.com>
Date: 2003-08-29 12:51:15 CEST

Hi,

I thought that recent Mozilla versions also support NTLM authentication. I
don't know about other clients - I don't know if neon supports NTLM in the
currently used version.

But why does Apache revert to using Basic Authentication instead of
refusing?

Regards,

--Tim

-----Original Message-----
From: Daniel S. Haischt [mailto:me@daniel.stefan.haischt.name]
Sent: vrijdag 29 augustus 2003 12:10
To: Lübbe Onken
Cc: users@subversion.tigris.org
Subject: Re: Linux Server and Windows Domain Authentication

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

---------------------------------------------------------------------
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:52:57 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.