Issue #402 has been updated by Clément OUDOT. Status changed from Assigned to Closed % Done changed from 0 to 100
Done in r244 ---------------------------------------- Bug #402: Change chkconfig values for slapd init script http://tools.lsc-project.org/issues/402 Author: Nick Milas Status: Closed Priority: Normal Assigned to: Clément OUDOT Category: OpenLDAP init script Target version: openldap-initscript-1.5 I had problems after a reboot and I found that postfix hang due to slapd starting after it (whereas it should start before). slapd chkconfig start/stop values should be changed from 85 15 to values <=60 >=60. Symas solserver init script uses: 60 60, Buchan's ldap2.4 script uses: 39 61 and CentOS default ldap init script uses: 27 73. All these are OK for postfix and dovecot which use: 80 30 and 65 35 respectively. The ldap daemon should start as early as possible since other services may depend on it. Other examples are proftpd (80 30), httpd (85 15). slapd should also end after all those other services, as late as possible, in order to allow graceful stop of other services depending on it. Personally I think it might be wise to use 27 73, as the default CentOS ldap init script. Regards, Nick -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________ ltb-dev mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-dev
