SteveKing <mailto:steveking@gmx.ch> wrote on Friday, October 24, 2003
1:50 PM:
> ----- Original Message -----
> From: "Carsten Schurig" <cs-ml-0110031013@ebz-dresden.de>
>
>> Funnily enough all works fine on my machine using svn 0.30.0, apache2
>> (SSL) with SSPI authentification. The workstations run TSVN 0.20.2. I
>> updated from svn 0.28 and the passwords were asked back then AFAIR.
>
> Can you give us a detailed description on how you set up the SSPI
> authentification with subversion? What does your config file look
> like? Where did you get the sspi-module from?
That's easy. I just followed the formerly available description on the
tortoise SVN web page :-)
My Apache configuration is as follows (http.conf):
<Location /svn/test>
DAV svn
SVNParentPath "D:\SVN\test"
SVNIndexXSLT "/svnindex.xsl"
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain MYDOMAIN
SSPIOfferBasic On
Authname "Subversion repositories for test"
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location>
(Actually I don't know where I got the SSPIOfferBasic directive from).
I'm using SSL connection (put on port 10443 with the description from
the TSVN side), so there is no Listen directive in the http.conf.
The apache status in the monitor says:
Apache/2.0.47 (Win32) mod_auth_sspi/1.0.1 DAV/2 mod_ssl/2.0.47
OpenSSL/0.9.7b SVN/0.30.0
>> What's reilly weird is, that if I delete all the caches and try to
>> access a repos, TSVN crashes with an error in TortoiseProc.ex.exe ->
>> so maybe SSPI isn't really working.
>
> Please report all crashes of TSVN on the TSVN mailing list
> (dev@tortoisesvn.tigris.org) - I will then try to reproduce
> and fix it.
Never mind: it was a quick test just deleting the "auth" directory in
the "Application Data" dir of TSVN and I think that's just a stupid test
;-). At least I can say, that the "addition" of a new user works
flawlessly (first access and checkout). So in "my" environment SSPI
works fine.
But I'm a bit worried now about an update to SVN 0.32 (and a new TSVN,
when available).
If you have any furthere questions just ask.
Cheers,
Carstne
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 24 14:41:22 2003