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

Re: NT Domain authentication from Linux command line

From: Kasia Trapszo <ktrapszo_at_tickets.com>
Date: 2004-08-30 15:45:14 CEST

You need to fallback to basic auth for linux boxes:

AuthType basic

Try it w/o the NTDOMAIN\user name on non-NT boxes as well (not sure if
this module will work either way but that works fine with mod_ntlm).

On Mon, 2004-08-30 at 02:15, Jeffrey.Fernandez wrote:
> My work has setup subversion on a windows box with NT Authentication.
> Everything seems to be working fine on all the Windows networked boxes.
> However I am trying to checkout from the repository from a Linux command
> line svn client and failing to get anywhere near an authentication. I am
> using the following command to checkout the repository:
>
> svn checkout http://192.168.1.22:80/Documentation
> <http://192.168.1.22:80/Documentation> (I can checkout fine from other
> online repositories without any problems)
>
> However this process just hangs there without doing anything.
>
> Upon CTRL+C I get the following message:
> svn: PROPFIND request failed on '/'
> svn: PROPFIND of '/': could not connect to server ( http://192.168.1.22
> <http://192.168.1.22> )
>
> I can ping the server fine without problems
>
>
> Here is the Apache2 config details:
>
> <Location />
> DAV svn
> SVNPath C:/sourcecontrol
>
> AuthType SSPI
> SSPIAuth On
> SSPIAuthoritative On
> SSPIDomain CPM_PDC
> SSPIOfferBasic On
> AuthName "Enter in format NTDOMAIN\your user name"
> Require valid-user
>
> #AuthUserFile passwd
> #AuthzSVNAccessFile svnaccessfile
> </Location>
>
>
> Can someone point me to what other configurations should I look into.
> Thanks
>
> Jeffery Fernandez

-- 
Kasia Trapszo <ktrapszo@tickets.com> 
Software Engineer - Tickets.com
office: 203-238-8323      cell: 860-916-8179
aim: kasiachick            yim: kasiachick
     Telepathy available upon request
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 30 15:45:47 2004

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.