Hi,
I face some problems with the existing openldap_24 package. 
The file '/lib/svc/method/ldap-olslapd' contains information that
obsolete. Thus I modified this file to be in accordance with slapd(8).
The databases back-bdb and back-hdb are obsolete, thus BerkleyDB-Tools
(db_recover etc.) are not required anymore.

These are my modifications of ldap-olslapd


typeset -r CONFDIR=/etc/openldap/slapd.d
typeset -r LDAP_URL=ldap:///
typeset -r LDAPS_URL=ldaps:///
typeset -r LDAPI_URL=ldapi:///
typeset -r SLAPD="/usr/lib/64/slapd -h "${LDAP_URL} ${LDAPI_URL}" -u
${LDAPUSR} -g ${LDAPGRP} -f ${CONF_FILE} -F ${CONFDIR}"

As I mentioned in an earlier mail, I face some property problems with
IPC socket.

Some instance, unknown to me, is checking the file ldap-olslapd as the
flag '-h' is ignored, according to the logs.

lib/svc/method/ldap-olslapd[21]: typeset: ldapi:/// -u openldap -g
openldap -f /etc/openldap/slapd.conf -F /etc/openldap/slapd.d: invalid
variable name 
[ Juli 16 15:16:29 Method "stop" exited with status 1. ]

Is there somebody who may have a look at this issues?

-Dieter

--
Dieter Klünter | Directory Service
http://sys4.de
53°37'09,95"N
10°08'02,42"E

_______________________________________________
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to