Windows authentication not working in TortoiseSVN but works from browser
From: Dhananjaya Kengaiah <kengaiah.dhananjaya_at_gene.com>
Date: 2007-04-05 21:10:20 CEST
HI,
I am trying to use Subversion and Windows Authentication, the authentication
works well with the browser for the windows user. But does not work with
TortoiseSVN.
TortoiseSVN works with username and password specified in the authorization
file and passwd file, but does not accept windows user.
I am using
Apache 2.0.54
SVN 1.3.2
Moc_auth_sspi/1.0.4
My authorization looks like this
[groups]
admin = tlx,GNE\kengaiah,kengaiahGNE\SAXENAM,saxenam
gneusers= ebrister,gopinath,siva,smozes
# harry_and_sally = harry,sally
[/]
* = r
@admin = rw
@gneusers = r
tlx =
Please find my httpd.conf file information , Can someone help me to figure
out this problem of windows user not authenticating from Tortoissvn.
<Location /svn>
DAV svn
#SVNParentPath "C:/"
SVNPath "C:/TLXTestNew/"
# authentication
AuthName "Subversion Authentication"
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain GNE
SSPIOfferBasic On
#<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
#</LimitExcept>
# authorization
# Htpasswd Logins.
#AuthType Basic
#AuthAuthoritative Off
#AuthUserFile "C:/TLXTestNew/conf/passwd"
AuthzSVNAccessFile "C:/TLXTestNew/conf/authz"
</Location>
Thanks,
Dhananjaya
|
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.