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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to