After configuring apache2 and svn inside Ubuntu 10.04 serve I’m pretending to install OpenLDAP to use LDAP protocol to configure and administrate users and groups with the svn repositories.
However it seems that OpenLDAP recently went through some modifications and the Ubuntu official documentation about OpenLDAP is out of date.
I found some forums and blogs giving methods to work with OpenLDAP but none of then uses the same algorithm for configuration so I’m not sure what is and what isn’t appropriated to implement. Hopping to see some replies with reliable info about this.
I’ve just done the same thing. Here are the best links I could find:
http://tuxnetworks.blogspot.com/2010/06/howto-ldap-server-on-1004-lucid-lynx.html
http://albanianwizard.org/ubuntu-10-0-4-lucid-lynx-ldap-configuration-the-working-how-to.albanianwizard
I also found this script to convert OpenLDAP schemas into .ldif format (although I had to tweak the script a bit to get it to work):
http://blogs.oracle.com/Ludo/entry/opends_tips_adding_schema_from
Finally, I offer these two bash scripts which are based on the info in these links, and helped me when I was developing 🙂
and
Hope this helps!