ltb-project / slapd-cli

OpenLDAP init script
http://ltb-project.org/wiki/documentation/openldap-initscript
GNU General Public License v3.0
10 stars 10 forks source link

slapd-cli status keep openldap process running #74

Closed coudot closed 7 months ago

coudot commented 7 months ago

Bug found in Perpignan University

When launching slapd-cli status an extra slapd process is running and not exiting.

Indeed in man page:

       -V[V[V]]
              Print version info and proceed with startup.  If -VV is given, exit after  providing  ver‐
              sion info. If -VVV is given, additionally provide information on static overlays and back‐
              ends.

We should use -VV or -VVV instead -V

davidcoutadeur commented 7 months ago

Good point. Thanks for the report.