[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#397774: Thanks for the research and the solutions



Thanks to all those who search and reported solutions for Debian bug
#397774. I just upgraded a Subversion server (authenticating with
LDAP) to "etch" and the following config works for me:

  # Disable basic file-based authentication  
  # Starting with Apache 2.2, everything changed :-(
  # See Debian bug #397774
  AuthBasicAuthoritative off
  AuthUserFile /dev/null
  AuthBasicProvider ldap
  AuthzLDAPAuthoritative off

  AuthType Basic  
  AuthName "Subversion Repository"
  AuthLDAPURL ldap://ldap.generic-nic.net/ou=People,dc=example,dc=net?uid?sub?(objectClass=*)
  require valid-user



Reply to: