I'm trying to add some data to the ldap directory, but i get the following error.
sudo slapadd < ldapdata.txt
slap_sasl_init: auxprop add plugin failed
slapadd: slap_init failed!
Where is the problem ?
|
Judging from the error message, it seems the problem is during some internal initialization process, having not much to do with |
|||
|
slapd -V); also, run the command with a "debug" or "verbose" switch (if it has one) and paste the output here (in this case, the output ofsudo slapadd -v < ldapdata.txt. – xiaq Jul 28 '12 at 11:11ldapaddinstead ofslapadd.ldapaddtalks the standard LDAP protocol and operates on any LDAP server, whileslapadduses an OpenLDAP-specific IPC protocol to communicate with OpenLDAP only. Generallyslapaddis only used for debugging purpose since it exposes more OpenLDAP internals. – xiaq Jul 28 '12 at 11:11