<div>Hi,</div>
<div> </div>
<div>I have installed openldap-2.0.27-23 on my server.</div>
<div> </div>
<div>I have configured certificate and path is mentioned in slapd.conf file.</div>
<div> </div>
<div>I am able to create root DN and also able to add user to it.</div>
<div> </div>
<div>When I search using cn=manager,dc=test,dc=com, it gives me correct answers. Howere, whenever I search using user id, I see error 49.</div>
<div> </div>
<div>ldapsearch -x -b "ou=people,dc=test,dc=com" -D "cn=nilesh,ou=people,dc=test,dc=com" -W '(uid=nilesh)'</div>
<div> </div>
<div>In logs, I see:</div>
<div>conn=11 fd=10 ACCEPT from IP=<a href="http://192.168.1.2:53115">192.168.1.2:53115</a> (IP=<a href="http://0.0.0.0:389">0.0.0.0:389</a>)<br>conn=11 op=0 BIND dn="cn=nilesh,ou=people,dc=test,dc=com" method=128<br>
conn=11 op=0 RESULT tag=97 err=49 text=<br>conn=11 fd=10 closed (connection lost)</div>
<div> </div>
<div>I would like to have openldap running without sasl.</div>
<div> </div>
<div>How should I configure the same? How can I fix this issue?</div>
<div> </div>
<div>Thanks and Regards,</div>
<div>-Nilesh</div>