https://bugzilla.novell.com/show_bug.cgi?id=736542 https://bugzilla.novell.com/show_bug.cgi?id=736542#c3 Ralf Haferkamp <rhafer@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |jsuchome@suse.com --- Comment #3 from Ralf Haferkamp <rhafer@suse.com> 2012-01-11 10:14:48 CET --- (In reply to comment #2)
Hm, there's indeed a bug in the initscript regarding the /var/run/slapd creation. I thought I fixed that looooong ago :( I indeed fix that already. I just looked at the place it seems. /etc/init.d/ldap contains this on 12.1:
------------------------------------------------ SLAPD_PID_DIR="/var/run/slapd/" [..] case "$1" in start) [..] if [ ! -d $SLAPD_PID_DIR ]; then mkdir -p $SLAPD_PID_DIR chown ldap:ldap $SLAPD_PID_DIR fi [..] ------------------------------------------------ Jiri do you still have the system with the broken OpenLDAP? Can you give me access to it? I am not able to reproduce this problem here, slapd always starts successfully after setting it up with yast2-ldap-server. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.