> On Apr 18, 2015, at 2:04 AM, Stefan Seelmann <[email protected]> wrote: > > I try to create a docker image with OpenLDAP to run fortress-core tests > against and I need some help. > > 1. Is is ok to use the OpenLDAP instance of a Linux distribution (e.g. > Debian 7 comes with OpenLDAP 2.4.31) or should we always compile the > latest version from OpenLDAP sources? >
I wouldn’t use the openldap packages that come with Debian (or redhat) as they are pretty old. Compiling from source is fine but complicates setup considerably. My recommendation is to use the fortress quickstart packages here: https://symas.com/downloads/ they are free to download and use, released under openldap public license. > > On Apr 18, 2015, at 2:04 AM, Stefan Seelmann <[email protected]> wrote: > > 2. Are there already detailed instructions how to configure OpenLDAP > with slapd.d? The README.txt section 6 only covers old slapd.conf. I > think I'm able to figure out the commands but maybe there are already > instructions that I didn't find. For the first go-round of this using slapd.conf is ok. To get the configuration and schema set correctly for fortress you can use the fortress quick start (also on symas downloads site) which has distributions for debian, redhat and windows. I have not updated these quickstarts with apache directory fortress, but the openldap part of the setup remains the same now as it was then. Shawn [email protected]
