How to move apache DS to OpenLDAP in 15.01?

Not applicable

What is the process to move an Apache DS install to an OpenLDAP *after* the upgrade to 4.15.01 is already complete (and OpenLDAP was *not* chosen at that time)?

2 1 675
1 REPLY 1

Not applicable

We had a few hiccups in our DEV and TEST landscapes at first but got this to run smoothly in our PROD landscape. The steps are shown in this question and listed here:

  1. Ensure ldap commands come from /usr/bin by checking PATH
  2. cd $INSTDIR/share/installer
  3. sudo ./apigee-openldap-migrate.sh
  4. Edit $INSTDIR/conf/apigee/management-server/security.properties to have: ldap.server.admin.dn=cn=manager,dc=apigee,dc=com
  5. Restart management server
  6. sudo chown apigee:apigee $INSTDIR/etc/init.d/apigee-slapd
  7. all-status.sh (all OK)

Step 1 tripped us up and we had to do some manual fixes to complete the steps that didnt run correctly. Step 4 also tripped us because we couldn't get the Management Server to start.

Hope that helps