Public bug reported: I want to use svn and trac users to use LDAP authentication (ldap and svn/trac on different Ubuntu servers)
Please Note- 1. We already have two servers, one "LDAP server" and another "SVN repository controller", both are on Different system. 2. both are server using "Ubuntu server (jaunty) 9.04" OS. 3. Task needed to perform--- I want to use LDAP based authentication for SVN (Subversion control) users, But im facing problem - when i use the entry in (/etc/apache2/mods-enabled/dav_svn.conf) on "SVN SERVER", # vi /etc/apache2/mods-enabled/dav_svn.conf {{{ <Location /svn> DAV svn SVNParentPath /svn AuthType Basic AuthName "Subversion Server" AuthLDAPEnabled on AuthLDAPAuthoritative on AuthLDAPURL ldap://<LDAP_IP_ADDRESS>/ou=people,dc=example,dc=com AuthzSVNAccessFile /etc/svn-users Require valid-user </Location> }}} and while restarting apache it gives the error -- r...@ubuntu:~# /etc/init.d/apache2 restart * Restarting web server apache2 Syntax error on line 77 of /etc/apache2/mods-enabled/dav_svn.conf: Invalid command 'AuthLDAPEnabled', perhaps misspelled or defined by a module not included in the server configuration [fail] Can anyone help me to resolve the above problem? OR Can you help me to configure the svn + trac users to use LDAP based authentication with step by step procedure? Awaiting for quick response. Thanks and regards, Joy. ** Affects: ubuntu Importance: Undecided Status: New -- LDAP based authentication for SVN and TRAC users, gives ERROR with "AuthLDAPEnabled on", while apache starts https://bugs.launchpad.net/bugs/419797 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs