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

NT Domain authentication from Linux command line

From: Jeffrey.Fernandez <Jeffrey.Fernandez_at_cpm-aus.com.au>
Date: 2004-08-30 08:15:38 CEST

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

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
Received on Mon Aug 30 08:16:16 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.