ltb-project / openldap-deb

Debian packages for OpenLDAP
http://ltb-project.org/wiki/documentation/openldap-deb
GNU General Public License v3.0
14 stars 13 forks source link

Failed to start slapd service when adding the option -d : Time-Out #28

Closed MamounENGIE closed 5 years ago

MamounENGIE commented 5 years ago

Hello, We installed openldap-ltb package, it was starting, restarting and stopping very well without any problem, but since we added the option "-d" to the slapd-cli.conf file in order to enable the debug we have some issues when starting the slapd service. It failed to start whith a time out message but then when we restart it again it restart with a success. Do you know why when adding -d option we have this time-out problem? Thank you in advance for your response.

coudot commented 5 years ago

slapd-cli already has a debug mode, you don't need to add -d option.

Do:

slapd-cli debug

See OpenLDAP init script documentation: https://ltb-project.org/documentation/openldap-initscript

MamounENGIE commented 5 years ago

Hello ! Thank you for very much for your answer. It is much better now.