So I did some more testing, still using the dovecot-ldap.conf file.&nbsp; <br><br>If I create an OU off the base (like &quot;OU=test,DC=domain,DC=local&quot;) and use that as the search base dovecot will search all the nodes off that as far as I care to nest them.&nbsp; However, it will not perform that same search starting at the root of the domain.&nbsp; Does anyone know if this is an Active Directory setting? 
<br><br>Thanks in advance!<br><br>- Burton Simmons<br><br><div><span class="gmail_quote">On 5/18/06, <b class="gmail_sendername">Burton Simmons</b> &lt;<a href="mailto:burtonsimmons@gmail.com">burtonsimmons@gmail.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>I left auth_bind on, but commented out the dn and dnpass fields.&nbsp; I would think those would be the credentials with which to bind to search for the user, then bind with the supplied credentials when the user's been found since the user could be anywhere in the ldap structure.&nbsp; In any event, I've enabled anonymous lookups (for the time being) so it's not necessary.
<br><br>It was also suggested that the LDAP path is backwards, but again this is pretty much the same path I used in configuring Postfix.&nbsp; Oh, and unfortunately, dumping Outlook isn't something we can do. :(<br><br>I'm all out of ideas... I'm sniffing the packets and it's just like it gets a query result but never attempts to bind.
<br></div><div><span class="sg"><br>- Burton</span></div><div><span class="e" id="q_10b496b519a35687_2"><br><br><div><span class="gmail_quote">On 5/18/06, <b class="gmail_sendername">Andrew Bates</b> &lt;<a href="mailto:abates@omeganetserv.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
abates@omeganetserv.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>&gt; Here's the meat of the dovecot-ldap.conf file I'm using:<br>&gt; hosts = 192.168.x.x<br>&gt; dn = cn=Administrator,cn=Users,DC=domain,DC=local<br>&gt; dnpass = xxxxx<br>&gt; auth_bind = yes<br>&gt; ldap_version = 3
<br>&gt; base = DC=domain,DC=local<br>&gt; scope = subtree<br>&gt; user_attrs = sAMAccountName,mail,,,,<br>&gt; user_filter = (&amp;(objectClass=organizationalPerson)(sAMAccountName=%u))<br>&gt; pass_filter = (&amp;(objectClass=organizationalPerson)(sAMAccountName=%u))
<br>&gt; user_global_uid = 44<br>&gt; user_global_gid = 44<br><br>You might want to turn off auth_bind.&nbsp;&nbsp;auth_bind will bind to the active<br>directory/ldap server with the user's credentials, not the dn.&nbsp;&nbsp;Not sure<br>if that's what is causing your problems or not.
<br><br></blockquote></div><br>

</span></div></blockquote></div><br>