<html><head><style type='text/css'>p { margin: 0; }</style><style type='text/css'>body { font-family: 'Arial'; font-size: 8pt; color: #000000}</style></head><body>I am trying to see if I can't get an existing Cyrus Imap server to authenticate against our directory server.&nbsp; The people at cyrus recommend the followng configuration in saslauthd.conf<br><pre>ldap_servers:     ldap://your.ldap-host.tld<br>ldap_version:     3<br>ldap_timeout:     10<br>ldap_time_limit:  10<br>ldap_search_base: o=what-ever-you-may-have,dc=your-domain,dc=tld<br>ldap_bind_dn:     cn=your-ldap-admin-name,dc=your-domain,dc=tld<br>ldap_password:    your-ldap-admin-password<br>ldap_scope:       sub<br>ldap_uidattr:     the-attribute-name-in-which-you-store-usernames, es: uid<br>ldap_filter_mode: yes<br>ldap_filter:      (uid=%u%R)<br></pre>This doesn't work, I have tried different variations of this and have had no luck.&nbsp; I am wondering if anyone has had experience with this and what sort of tricks (if any) they did to get this to work properly.&nbsp; <br>Are there any docs out there that I am missing?<br>Any help would be appreciated.<br></body></html>