<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid200508021806.42073.dyioulos@firstbhph.com"
 type="cite">
  <pre wrap=""><!---->
But I've checked and rechecked those.  My bind DN is cn=Admin.  That's the 
correct format, isn't it?

-</pre>
</blockquote>
Indeed no. You want the DN for the Administrator user in AD.<br>
Typically that would be something like 'cn=Administrator, ou=users,
dc=company, dc=com'.<br>
However, I would recommend that you use ldapsearch to first establish
the correct DN<br>
(search for all users in AD and go looking for the administrator user).
<br>
<br>
<br>
</body>
</html>