On 21/07/10 01:13 +0600, OSHIM wrote:
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
That may mean that you've inserted the wrong value for saslauthd_path into /usr/lib/sasl2/slapd.conf, or perhaps the user that your slapd server runs under does not have permissions to access the location of the mux.
Check the value of your saslauthd_path option in /usr/lib/sasl2/slapd.conf (or try commenting it out).
Running testsaslauthd as the same user as slapd is a good test.