myproject slapd[5431]: conn=1 op=0 BIND dn="cn=swimonowar,dc=myproject,dc=net" method=128 Jul 21 01:10:39 myproject slapd[5431]: SASL [conn=1] Failure: cannot connect to saslauthd server: No such file or directory Jul 21 01:10:39 myproject slapd[5431]: conn=1 op=0 RESULT tag=97 err=49 text= Jul 21 01:10:39 myproject slapd[5431]: conn=1 fd=13 closed (connection lost)
why it is happend : Jul 21 01:10:39 myproject slapd[5431]: SASL [conn=1] Failure: cannot connect to saslauthd server: No such file or directory
testsaslauthd working fine. but ldapsearch giving error
On Jul 20, 2010, at 10:46 PM, Dan White wrote:
On 20/07/10 22:01 +0600, OSHIM wrote:
if i restart slapd then getting error into /var/log/auth.log
myproject slapd[4988]: auxpropfunc error invalid parameter supplied myproject slapd[4988]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: ldapdb
Add:
auxprop_plugin: slapd
to /usr/lib/sasl/slapd.conf
That message isn't really an error, but the above change will stop it.
Dan White