<div dir="ltr"><div><div><div><div><div>Hi all,<br></div>These days, I&#39;m trying to setup my new cyrus-imapd installation. My OpenLDAP installation is already setup with SASL authentication.<br></div>In my imapd.conf, I set these lines:<br>
<br>&gt; sasl_pwcheck_method: auxprop<br>&gt; sasl_auxprop_plugin: ldapdb<br>&gt; sasl_ldapdb_uri: ldap://MY-LDAP-SERVER<br>&gt; sasl_ldapdb_id: CYRUS-PROXY-USER-NAME<br>&gt; sasl_ldapdb_pw: CYRUS-PROXY-USER-PASSWORD<br>&gt; sasl_ldapdb_mech: DIGEST-MD5<br>
&gt; sasl_log_level: 7<br><br></div>When I tried to login with a user like &#39;<a href="mailto:test@example.net">test@example.net</a>&#39;, I desire it look for &#39;uid=<a href="mailto:test@example.net">test@example.net</a>,cn=digest-md5,cn=auth&#39; in OpenLDAP. But according to OpenLDAP&#39;s log, it passed &#39;uid=test,cn=digest-md5,cn=auth&#39; to it.<br>
</div>Apparently, &#39;realm&#39; has been ignored.<br></div>Is there anyway for me to make cyrus-imapd query the username with it&#39;s realm to OpenLDAP? Or my methodology is completely incorrect?<br><br>Thanks in advanced.<br>
</div>