procedure (step-wise) of making a Non-windows LDAP client successfully interwork with Microsoft AD over LDAP protocol

Satyarth Mittal 0 Reputation points
2024-01-23T08:09:50.88+00:00

What is the procedure (stepwise) of making a non-windows LDAP client successfully interwork with Microsoft AD over LDAP protocol.  The client is capable of interworking with an LDAP Server. In other words, can this client be adapted, or can Microsoft AD Server be adapted to make them interwork successfully for SSO and IAM?

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,246 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Matthew Crocker 266 Reputation points
    2024-01-23T08:32:02.0833333+00:00

    Microsoft Active Directory works well with non-Windows LDAP clients. There are a few gotchas and oddities but little that is insurmountable. For a good single/seamless-sign-on experience you would be best off with something SAML or OIDC capable (Microsoft EntraID or ADFS), but for authentication/search LDAP is fine. If you haven't worked with non-MS LDAP much try the ldapsearch tool to get a feel for the client-side configuration (search bases, bind DNs, SSL/LDAPS, scopes etc.)

    0 comments No comments