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

Re: authz File ignored?

From: Daniel Rindt <drindt_at_visetics.com>
Date: Wed, 22 Sep 2010 15:12:18 +0200

Am Mittwoch, den 01.09.2010, 12:20 +0400 schrieb Konstantin Kolinko:
> thus accessing from any IP address is sufficient to satisfy the
> checks. Thus, no need to validate the user.
>
> http://httpd.apache.org/docs/2.2/mod/core.html#satisfy
>
> Use Satisfy All instead.
The problem is still persisting. I have here again the vhost:
=== 8< ===
<VirtualHost svn-repository.intern.********.de:1234>
  DocumentRoot /export/home/svn-test/repository
  ServerName svn-repository.intern.********.de
<Location /svn>
  AuthName "ZVD-Wiki"
  AuthType NTLM
  NTLMAuth on
  NTLMAuthoritative off
  NTLMDomain ZDF_MAINZ
  NTLMServer bmaiz-dcmz01
  NTLMBackup bmaiz-dcmz05
  NTLMBasicAuth on
  Require valid-user
  Options +Indexes
 
  DAV svn
  SVNParentPath /export/home/svn-test/repository
  AuthzSVNAccessFile "/export/home/svn-test/repository/my.authz"

  Order allow,deny
  Allow from all
</Location>
</VirtualHost>
=== 8< ===

I read the docs and got not really clued about the problem. Maybe there
are issues in the usage of the modules?

many TIA for your support
Daniel

Received on 2010-09-22 15:18:44 CEST

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.