I'm having the example same problem after my upgrade from Lenny to Squeeze

With SSL on this just gives me "Internal Server Error" without writing to the 
logs:
<Location /usvn-1.0/svn/>
        ErrorDocument 404 default
        DAV svn
        SVNParentPath /var/www/usvn-1.0/files/svn
        SVNListParentPath off
        AuthType Basic
        AuthName "USVN"
        AuthBasicProvider ldap
        AuthzLDAPAuthoritative off
        AuthLDAPURL 
ldaps://myserver.mydomain.com:989/cn=users,dc=myserver,dc=mydomain,dc=com?uid
        AuthzSVNAccessFile /var/www/usvn-1.0/files/authz
        Require valid-user
</Location>

If I turn SSL off on the LDAP server the following works fine:
<Location /usvn-1.0/svn/>
        ErrorDocument 404 default
        DAV svn
        SVNParentPath /var/www/usvn-1.0/files/svn
        SVNListParentPath off
        AuthType Basic
        AuthName "USVN"
        AuthBasicProvider ldap
        AuthzLDAPAuthoritative off
        AuthLDAPURL 
ldap://myserver.mydomain.com:389/cn=users,dc=myserver,dc=mydomain,dc=com?uid
        AuthzSVNAccessFile /var/www/usvn-1.0/files/authz
        Require valid-user
</Location>



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/7aecb912-7d3b-47a3-a0e0-361b38890...@gmail.com

Reply via email to