> From: Toby Johnson [mailto:toby@etjohnson.us]
> Alexey Boroday wrote:
> >"Syntax error on line 955 of C:/soft/Apache2/conf/httpd.conf:
> >Invalid command 'AuthzSVNAccessFile', perhaps mis-spelled or
> defined by a
> >module
> >not included in the server configuration"
> >
> > I couldn't find nor 'AuthzSVNAccessFile' nor 'AccessFile'
> substring in the
> >mod_auth_sspi-1.0.1-fixed.zip sources :(
> AuthzSVNAccessFile is provided by mod_authz_svn. You are
> missing one or
> more LoadModule declarations:
> LoadModule sspi_auth_module modules/mod_auth_sspi.so
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
Yess, I uncomment the last line and apache could load now. But it doesn't
help me to connect to the svn repository :(
I got from svn list question about password and then:
svn: PROPFIND request failed on '/svn/GetOperDate.sql'
svn: PROPFIND of '/svn/GetOperDate.sql': 401 Authorization Required
(http://localhost:8080)
What format should "svnaccess.conf" have?
I've wrote something like
[users]
MYDOMAIN\Mylogin
MYDOMAIN\MYLOGIN
Why I need to wrote usernames into this file? It should be obtained from
the Windows domain AFAIU?
With AuthzSVNAccessFile line in the httpd conf IE couldn't get file list
from repository :(
If I comment this line - IE and only IE could show me filelist.
Does somebody have work subversion system with Windows Domain
authentication? Could you show me example of config files?
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 Fri Dec 17 18:01:44 2004