I have had some success. Slapd seems to be running, but it appears slapadd did not add things to the database:
maude:/etc/ldap# ldapsearch -x "uid=maria" # extended LDIF # # LDAPv3 # base <> with scope subtree # filter: uid=maria # requesting: ALL #
# search result search: 2 result: 32 No such object
# numResponses: 1 maude:/etc/ldap# ldapsearch -x "uid=ichbin" # extended LDIF # # LDAPv3 # base <> with scope subtree # filter: uid=ichbin # requesting: ALL #
# search result search: 2 result: 32 No such object
# numResponses: 1 maude:/etc/ldap# ldapadd -f ldif ldap_sasl_interactive_bind_s: No such attribute (16)
Any ideas? thanks again, maria