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

AuthzSVNAccessFile: character not allowed

From: Tobias Sager <moixa_at_gmx.ch>
Date: 2006-09-16 23:40:45 CEST

Hi all,

after upgrading from subversion 1.3.2 to 1.4.0 on my gentoo box, my
AuthzSVNAccessFile stopped working.

When accessing the repository through dav in apache 2.0.58 over ssl, I
get a 403 (forbidden) and this error message in my apache log:
<snip>
[Sat Sep 16 22:40:48 2006] [error] [client 192.168.11.1] Failed to load
the AuthzSVNAccessFile: The character 'm' in rule 'ssl-authority-files'
is not allowed in authz rules
[Sat Sep 16 22:40:48 2006] [error] [client 192.168.11.1] Access denied:
'foo' GET repos:/
</snip>

My access file looks like this:
<snip>
[global]
ssl-trust-default-ca = true
ssl-authority-files = /var/svn/conf/cacert3.pem
...
</snip>

As soon as I remove the two ssl-* lines, the installation works fine
again. Intrestingly enough the error message always declares the last
character on the last configuration line of the global section as
invalid (that is 'e' when I remove the ssl-authority-files line for
example).

Did I miss anything in the upgrade process? Did the configuration change?

Thanks,
Tobias

-- 
GPG-Key 0xEF37FF28 - 1024/4096 DSA/ELG-E - 16.11.2001
Fingerprint: 3C4B 155F 2621 CEAF D3A6 0CCB 937C 9597 EF37 FF28
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 16 23:41:26 2006

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.