Problem with OpenLDAP server

OK problem solved:
I got a few thing wrong:

  1. I was using systemctl start/stop ldap.service, it should be systemctl start/stop slapd.service
  2. I did not have slapd.service enabled to start at boot, so when I did a reboot [which I do not do very often] slapd was not starting.
1 Like