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