<!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">
    On 10/26/2010 9:14 AM, Frederic Hornain wrote:
    <blockquote
      cite="mid:AANLkTi=9stt4W1b0YDyffZjko8-O1ggGFmuNyhP=5H9r@mail.gmail.com"
      type="cite">Rich,<br>
      <br>
      <br>
      ldapsearch -v -h 192.168.122.142 -s sub -U
      uid:fhornain,ou=People,dc=example,dc=com -b "dc=example,dc=com" -Y
      DIGEST-MD5<br>
      ldap_initialize( <a class="moz-txt-link-freetext" href="ldap://">ldap://</a><a moz-do-not-send="true"
        href="http://192.168.122.142">192.168.122.142</a> )<br>
      SASL/DIGEST-MD5 authentication started<br>
      Please enter your password: <br>
      ldap_sasl_interactive_bind_s: Invalid credentials (49)<br>
      &nbsp;&nbsp;&nbsp; additional info: SASL(-14): authorization failure: unable
      canonify user and get auxprops<br>
    </blockquote>
    <br>
    "uid:fhornain,ou=People,dc=example,dc=com"<br>
    <br>
    If you use the "uid:" syntax, it should be followed by a uid, not a
    dn.&nbsp; Or you can use the "dn:" syntax if you want to use a dn.<br>
    <br>
    You may have other things going on here, but the way you've
    specified the user definitely isn't going to work.<br>
  </body>
</html>