> -----Original Message-----
> From: Toby Johnson [mailto:toby@etjohnson.us]
> >>Be sure to set "SSPIOfferBasic on" to allow non-IE programs
> to access
> >>your repository.
> > This property is ON but I could connect to svn server (Apache + svn
> >modules) only with svn.exe
> > TortoiseSVN, IE and Opera doesn't allow view svn repository
> if I set up
> >AuthzSVNAccessFile in httpd.conf :( . I'll try to fix it later.
> When you say "this property is on" I'm not sure whether you mean
> SSPIOfferBasic or AuthzSVNAccessFile. I use SSPIOfferBasic and all
> clients are able to authenticate properly.
Yes, you are right.
If "SSPIOfferBasic" is "on" and "AuthzSVNAccessFile" is not mentioned in
the Location section then svn, TortviseSVN and Opera are able to connect to
the repository. All users that was authenticated by Windows domain could
read and write to the repository.
If "SSPIOfferBasic" is "on" and "AuthzSVNAccessFile" points to the
svnaccess.conf with usernames then svn.exe, TortviseSVN and Opera could
access repository successefully.
Here is part of the LoadModule "section":
LoadModule sspi_auth_module modules/mod_auth_sspi.so
LoadModule auth_module modules/mod_auth.so
LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
Here is Location section from the htttpd.conf:
<Location /svn>
DAV svn
AuthType SSPI
AuthName "Subversion repositories"
SSPIAuth On
SSPIAuthoritative On
SSPIDomain MFBMAIN
SSPIOfferBasic on
Require valid-user
AuthzSVNAccessFile "d:/svn/svnaccess.conf"
SVNPath d:/svn
</Location>
And here is how svnaccess.conf looks:
[/]
*=r
[/project1]
DOMAINAME\UserName=rw
> Glad your setup is working now.
Thank you.
___________________________________________________________________________
This communication is confidential and may be legally privileged.
If you believe you are not an intended recipient, please inform the sender,
delete the e-mail and do not copy, print or use it or disclose it to others.
You can inform the sender by replying to this e-mail or by telephone (+380 44 4906080).
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 21 08:52:27 2004