<div dir="ltr"><div><div><div><div><div>Hi all,<br></div>These days, I'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>> sasl_pwcheck_method: auxprop<br>> sasl_auxprop_plugin: ldapdb<br>> sasl_ldapdb_uri: ldap://MY-LDAP-SERVER<br>> sasl_ldapdb_id: CYRUS-PROXY-USER-NAME<br>> sasl_ldapdb_pw: CYRUS-PROXY-USER-PASSWORD<br>> sasl_ldapdb_mech: DIGEST-MD5<br>
> sasl_log_level: 7<br><br></div>When I tried to login with a user like '<a href="mailto:test@example.net">test@example.net</a>', I desire it look for 'uid=<a href="mailto:test@example.net">test@example.net</a>,cn=digest-md5,cn=auth' in OpenLDAP. But according to OpenLDAP's log, it passed 'uid=test,cn=digest-md5,cn=auth' to it.<br>
</div>Apparently, 'realm' has been ignored.<br></div>Is there anyway for me to make cyrus-imapd query the username with it's realm to OpenLDAP? Or my methodology is completely incorrect?<br><br>Thanks in advanced.<br>
</div>