Subject: | Problem with Apache::AuthenNTLM+mod_dav_svn+mod_authz_svn to connect to a subverison repository |
Hi,
if i have a normal directory with "dav=on" the authentication works fine
against the samba-domain und the upload of files olso.
but if i try it with a subversion repository, it only works for
checkout, a commit doesn`s work!
i get always this error in the apache log:
SMB Server connection not open in state 3 for
/testrepos/!svn/act/38961080-1f25-394d-bcfe-13a77606ca8a
SMB Server connection not open in state 3 for
/testrepos/!svn/act/38961080-1f25-394d-bcfe-13a77606ca8a
this is the apache section:
<Location /testrepos>
DAV svn
SVNPath /home/webadm/version/data/repository/testrepos
SVNIndexXSLT "/styles/style.xsl"
AuthzSVNAccessFile /home/webadm/etc/repository/authz
PerlAuthenHandler Apache2::AuthenNTLM
AuthType ntlm,basic
AuthName "Subversion testrepos Repository"
PerlAddVar ntdomain "olymp kenzo"
PerlAddVar ntdomain "mm2 askja"
PerlAddVar ntdomain "mm primdomcntrl"
PerlSetVar ntlmauthoritative off
PerlSetVar defaultdomain olymp
PerlSetVar fallbackdomain mm2
PerlSetVar ntlmsemtimeout 2
PerlSetVar splitdomainprefix 1
PerlSetVar ntlmdebug 1
require valid-user
</Location>
what can cause the error?
how can i find out which release of Apache2::AuthenNTLM i use?
but i installed the latest version "Apache-AuthenNTLM-2.10.tar.gz" with
"perl Makefile.PL ; make instal".
i hope someone can help me is it a bug?
thanks