(It is not a bug )

with all versions there are annoying startup messages :
# /etc/init.d/ldap start
ldaps

  To generate a self-signed certificate, you can use the utility 
/usr/share/openldap/gencert.sh ... To convert a gdbm DB to a ldif file, 
you can use
  the utility /usr/sbin/slapcat-gdbm (actually openldap use
  Berkeley DB 3.x)...Starting slapd (ldap + ldaps):         [  OK  ]
#


it is in /etc/init.d/ldap after the test of the existence of a certificate :

  gprintf "\n To generate a self-signed certificate, you can use\n"
  gprintf " the utility /usr/share/openldap/gencert.sh ...\n\n"

  if ls /var/lib/ldap/*.gdbm > /dev/null 2>/dev/null || :  ; then
   gprintf ...
  fi




FC


Reply via email to