Windows 10: Secure Active Directory LDAP binding

Discus and support Secure Active Directory LDAP binding in Windows 10 Software and Apps to solve the problem; We have On-prem Active Directory, users and applications are authenticated to access network resources.Please advise if there is a way to secure or... Discussion in 'Windows 10 Software and Apps' started by madinagotova, May 30, 2023.

  1. Secure Active Directory LDAP binding


    We have On-prem Active Directory, users and applications are authenticated to access network resources.Please advise if there is a way to secure or delegate AD LDAP bind only to specific admins or service accounts. Currently anyone with valid credentials can "bind" Active Directory and traverse through OUs and see all AD information, is it possible to limit it to only Administrators and service accounts.

    :)
     
    madinagotova, May 30, 2023
    #1

  2. Security Advisory ADV190023 | Microsoft Guidance for Enabling LDAP Channel Binding and LDAP Signing

    I've been reviewing ADV190023 (which seems to indicate that insecure LDAP binds will no longer be permitted in Active Directory after January 2020). I made the changes to the Windows Registry on my Domain Controllers to get detailed logging information about
    applications/computers performing either simple LDAP binds or unsigned SASL binds.

    I found that the vast majority of the Event log entries were for OSX computers which were bound to AD and performing unsigned SASL binds. These generated Event ID 2889 in the Directory Service log. By my reading of the Security Advisory, unsigned SASL binds
    will no longer be permitted after January 2020 so I worked on making the MAC OSX machines use SSL when communicating to AD.

    I made the suggested registry changes on a Test Domain Controller - those changes supposedly will not allow simple LDAP binds or unsigned SASL binds. I tried the test which was specified with LDS and a simple bind and that failed with a "requires a higher
    level of security" message, which is what was expected.

    However, even after configuring a MAC OSX computer to use SSL (I verified that it is using port 636 Tcp to "talk" to the DC) I am getting Event ID 2889 in the Directory Service log indicating that the MAC is still using an unsigned SASL bind. The bind/login
    process works (I am able to successfully authenticate as an AD user on the MAC over SSL) but the continued error in the Event log bothers me.

    key points:

    1. If I make the "don't allow insecure LDAP binds" changes on the DC and don't make any changes on the MAC, I am still able to bind/authenticate to AD from the MAC. The Security Advisory seems to indicate that this should fail, but my tests don't agree. Event
    ID 2889 is generated in the Directory Service Event Log.

    2. If I force the MAC to use SSL to talk to AD (after making the "don't allow insecure LDAP binds" change on the DC) I am able to bind/authenticate to AD from the MAC and I still get the 2889 entry in the DS Event Log. There doesn't seem to be any change
    in behavior from the Windows side.

    Am I mis-reading the Security Advisory? Or is there some other change (other than the three registry changes outlined in the Security Advisory) that need to happen on the DC? I would like this to be a non-issue when Microsoft pushes this change out in January.
     
    FrancisSwipes, May 30, 2023
    #2
  3. Security update - 2020 LDAP channel binding and LDAP signing requirement for Windows

    I have a question related to the security update (2020 LDAP channel binding and LDAP signing requirement for Windows) described

    in https://support.microsoft.com/en-us...ding-and-ldap-signing-requirement-for-windows

    Is there a way to configure the domain controller, so that even if secure binding becomes enabled by default, application servers (sending the windows credentials to domain controller) can override that in some way to support simple binding?
     
    AntoniosIM, May 30, 2023
    #3
  4. Secure Active Directory LDAP binding

    Security update - 2020 LDAP channel binding and LDAP signing requirement for Windows

    Hi AntoniosIM,

    This will not be supported, please read the article below:

    https://techcommunity.microsoft.com/t5/core-inf...

    If LDAP Channel Binding is enabled, Simple Binding will not be allowed.

    I hope this answers your question.
     
    c12f15dc-7bff-4426-b6c1-6cd384eeb051, May 30, 2023
    #4
Thema:

Secure Active Directory LDAP binding

Loading...
  1. Secure Active Directory LDAP binding - Similar Threads - Secure Active Directory

  2. Group Policy error in all clients "LDAP Bind function call failed"

    in Windows 10 Gaming
    Group Policy error in all clients "LDAP Bind function call failed": Group Policy error in all clients "LDAP Bind function call failed" while updating gpupdate /force. https://answers.microsoft.com/en-us/windows/forum/all/group-policy-error-in-all-clients-ldap-bind/93753285-b12d-480d-87c0-cb9b51607d89
  3. Group Policy error in all clients "LDAP Bind function call failed"

    in Windows 10 Software and Apps
    Group Policy error in all clients "LDAP Bind function call failed": Group Policy error in all clients "LDAP Bind function call failed" while updating gpupdate /force. https://answers.microsoft.com/en-us/windows/forum/all/group-policy-error-in-all-clients-ldap-bind/93753285-b12d-480d-87c0-cb9b51607d89
  4. Secure Active Directory LDAP binding

    in Windows 10 Gaming
    Secure Active Directory LDAP binding: We have On-prem Active Directory, users and applications are authenticated to access network resources.Please advise if there is a way to secure or delegate AD LDAP bind only to specific admins or service accounts. Currently anyone with valid credentials can "bind" Active...
  5. Active directory

    in Windows 10 Gaming
    Active directory: We have a little bit problematic here. We are seeing names in our active directory. There are some computer names that we cant track so we need to configure and remove it in our directory. How can we remove it if we can see those names?...
  6. Active directory

    in AntiVirus, Firewalls and System Security
    Active directory: We have a little bit problematic here. We are seeing names in our active directory. There are some computer names that we cant track so we need to configure and remove it in our directory. How can we remove it if we can see those names?...
  7. 2020 LDAP channel binding and LDAP signing Impact on IIS Integrated windows authentication

    in AntiVirus, Firewalls and System Security
    2020 LDAP channel binding and LDAP signing Impact on IIS Integrated windows authentication: I have a question related to the security update 2020 LDAP channel binding and LDAP signing requirement for Windows described in https://support.microsoft.com/en-us/help/4520412/2020-ldap-channel-binding-and-ldap-signing-requirement-for-windows. We are using IIS Integrated...
  8. Security update - 2020 LDAP channel binding and LDAP signing requirement for Windows

    in AntiVirus, Firewalls and System Security
    Security update - 2020 LDAP channel binding and LDAP signing requirement for Windows: I have a question related to the security update 2020 LDAP channel binding and LDAP signing requirement for Windows described in https://support.microsoft.com/en-us/help/4520412/2020-ldap-channel-binding-and-ldap-signing-requirement-for-windows Is there a way to configure...
  9. Security Advisory ADV190023 | Microsoft Guidance for Enabling LDAP Channel Binding and LDAP...

    in AntiVirus, Firewalls and System Security
    Security Advisory ADV190023 | Microsoft Guidance for Enabling LDAP Channel Binding and LDAP...: I've been reviewing ADV190023 (which seems to indicate that insecure LDAP binds will no longer be permitted in Active Directory after January 2020). I made the changes to the Windows Registry on my Domain Controllers to get detailed logging information about...
  10. LDAP Client

    in Windows 10 Network and Sharing
    LDAP Client: Hi everybody, whats options I have for connect and login authentification of multilples Windows 10 HOME Edition at my LDAP Server Linux ? Any different options to PGINA software? Best regards...