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

RE: SSPI auth problem.

From: Simon Platten <simon.platten_at_ep-solutions.com>
Date: 2004-03-09 09:03:55 CET

Yes I restarted apached.

I know what you mean about the domain, since it attempts to login with:

EPSGY\simon.platten

However the name of our domain is YARMOUTH and the name of the host computer (primary domain controller) is EPSGY

Regards,
Simon

-----Original Message-----
From: Steve Dwire [mailto:sdwire@pcsigroup.com]
Sent: 08 March 2004 16:59
To: Simon Platten; users@subversion.tigris.org
Subject: RE: SSPI auth problem.

Sorry for the ignorant next-question, but I assume you restarted apache
after changing the conf file? If that's not the problem, I'm afraid I
don't know what is, off the top of my head.

Anyone else?

S_E_D

-----Original Message-----
From: Simon Platten [mailto:simon.platten@ep-solutions.com]
Sent: Monday, March 08, 2004 10:40 AM
To: Steve Dwire; users@subversion.tigris.org
Subject: RE: SSPI auth problem.

Thank you,

Unfortunately this doesn't seem to be the solution, but I'm quite sure
you are correct. I've check my error log and this is what is reported,
after making the change you recommended.

[Mon Mar 08 16:37:47 2004] [error] [client 192.168.99.101] (OS
1326)Logon failure: unknown user name or bad password. : user
EPSGY\simon.platten: authentication failure for "/svn/repository"

Thanks again.

-----Original Message-----
From: Steve Dwire [mailto:sdwire@pcsigroup.com]
Sent: 08 March 2004 13:50
To: Simon Platten; users@subversion.tigris.org
Subject: RE: SSPI auth problem.

For one thing, try replacing

SSPIDomain <EPSGY>

with

SSPIDomain EPSGY

The <> in the instructions were for illustrative purposes only, to show
that what they contained was not to be taken literally.

S_E_D

-----Original Message-----
From: Simon Platten [mailto:simon.platten@ep-solutions.com]
Sent: Monday, March 08, 2004 3:30 AM
To: users@subversion.tigris.org
Subject: SSPI auth problem.

Dear all,

I've just got subversion installed on Apache 2.0.48, the service is
running. I would like to use SSPI as we have a reasonable large user
base on a Windows LAN.

This is the configuration from httpd.conf

<Location /svn>
DAV svn
SVNParentPath D:\svn
AuthType SSPI
#AuthName "Subversion repositories"
#AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
SSPIAuth On
SSPIAuthoritative On
SSPIDomain <EPSGY>
SSPIOfferBasic On
Require valid-user
</Location>

For some reason I cannot get auth'd on the system using either IE or
TurtoiseSVN. I have added the sspi module as directed by the
installation instructions using the download link in the instructions
for the .so module.

EPSGY is the name of the primary domain controller computer.

Thank you,

For and on behalf of
eProduction Solutions

Simon Platten
Senior Software Engineer

Direct Dial - 01493 415280

eProduction Solutions Ltd. Viking Road, Gapton Hall Industrial Estate,
Great Yarmouth, Norfolk, NR31 ONU
This email and any files transmitted with it are confidential and may be
legally privileged.
They are intended for the use solely of the intended recipient(s).
If you have received the email in error:
(a) Any distribution, copying or other use of its contents is
prohibited; and
(b) Please notify the sender as soon as possible and delete the email
and any
associated files and copies from your system.

Any views or opinions expressed are solely those of the author and do
not
necessarily represent the views of eProduction Solutions Ltd or
associated companies.

---------------------------------------------------------------------
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 Tue Mar 9 21:21:21 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.