Results 1 to 2 of 2

Thread: Windows 2008 LDAP Binds Fail between DCs

  1. #1
    Join Date
    May 2010
    Posts
    1

    Windows 2008 LDAP Binds Fail between DCs

    I have 2 DCs, both running windows 2008. I am logged on as the domain admin on DC1 and when I run dcdiag, it fails to bind to DC2 with error 1326.

    I run ldp on DC1 and try to connect to DC2 and get the following:

    =========================
    0 = ldap_set_option(ld, LDAP_OPT_ENCRYPT, 1)
    res = ldap_bind_s(ld, NULL, &NtAuthIdentity, NEGOTIATE (1158)); // v.3
    {NtAuthIdentity: User='NULL'; Pwd=<unavailable>; domain = 'NULL'}
    Error <49>: ldap_bind_s() failed: Invalid Credentials.
    Server error: 8009030C: LdapErr: DSID-0C0904D1, comment: AcceptSecurityContext error, data 52e, v1772
    Error 0x8009030C The logon attempt failed
    =================


    When I log in to DC2 and try to connect to DC1 via ldp, it works.

    ================
    0 = ldap_set_option(ld, LDAP_OPT_ENCRYPT, 1)
    res = ldap_bind_s(ld, NULL, &NtAuthIdentity, NEGOTIATE (1158)); // v.3
    {NtAuthIdentity: User='NULL'; Pwd=<unavailable>; domain = 'NULL'}
    Authenticated as: 'domain\admin'.
    ===============

  2. #2
    Join Date
    May 2008
    Posts
    177

    Re: Windows 2008 LDAP Binds Fail between DCs

    There are a lot of possible causes for this difficulty. Check to observe if "facilitate IEEE 802.1x authentication for this network" check box was in the adapter properties. If it is then struggle unchecking it. In addition check the port filter and make the port 389 is not blocked. Verify that the DNS zone for the domain has enabled dynamic updates. Down server says it all. Some of the processes on the server have stopped or the server is down. Restart the server or restart the service.

Similar Threads

  1. Replies: 1
    Last Post: 16-08-2011, 02:36 PM
  2. Replies: 1
    Last Post: 24-03-2010, 10:12 PM
  3. LDAP Responding on TCP but not UDP - Win 2008
    By Viensterrr in forum Active Directory
    Replies: 2
    Last Post: 28-03-2009, 04:37 AM
  4. Windows 2008 LDAP and auth-conf
    By Drewski in forum Active Directory
    Replies: 1
    Last Post: 24-02-2009, 10:42 PM
  5. Replies: 2
    Last Post: 12-12-2008, 05:52 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,646,890.00541 seconds with 17 queries