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

RE: Someone able to test SSPI / windows domain auth?

From: Jens Peters <jpeters7677_at_gmx.de>
Date: 2006-01-06 23:10:04 CET

 
> How is your server set up? Are you part of a domain?
 
My server runs on my laptop and is indeed part of a domain (just part, it is
not the domaincontroller itself) and I'm working with a domain account. My
server setup looks like this:

<Location /svn>
        DAV svn
        SVNParentPath E:\SVN\Repos

        SVNListParentPath on
        
        # our access control policy for this repo
        AuthzSVNAccessFile E:\SVN\svn-auth.conf

        # only authenticated users may access the repository
        Require valid-user
        
        # how to authenticate a user
        AuthType SSPI
        AuthName "Subversion repositories"
        
        # SSPI settings
        SSPIAuth On
        SSPIAuthoritative On
        # point to domaincontroller
        SSPIDomain ds10domain.ds10.local
        #SSPIOfferBasic On
        #SSPIBasicPreferred On
        SSPIUsernameCase lower

        # use gzip compression
        SetOutputFilter DEFLATE

        SVNIndexXSLT /svnindex.xsl

</Location>

E:\SVN\svn-auth.conf (part of):

[groups]
developers = ds10\jpeters
[ea:/trunk]
@developers = rw

I'm running Apache 2.0.55/SVN 1.3.0/mod_sspi 1.0.3, OpenSsl 9.8a (as I said,
everything is compiled my myself with VS 2005). The svn client and TSVN
1.3.0 RC1 work like a dream. My credentials were passed automatically
everytime.

>
> Your patch is good.
> The reason VS2005 can't cast that value is twofold:
> 1. the cast isn't necessary for *.c files, but JNIUtil is a
> cpp file. In
> C++ casts are more strict.
> 2. VS2005 now has 'treat wchar_t as Built-in Type' enabled by
> default, which was disabled in VS.NET2003.
>
> So you have to patch the bindings there, as you already did.
>
 
Thanks a lot for testing this and for the good explanation. So just hope
that someone will see my patch before the 1.3.1 release ;)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jan 6 23:20:21 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.