Successfully added
Microsoft Entra
by Rick
LDAP Search
LDAP (Lightweight Directory Access Protocol) Search involves querying directory services such as Active Directory for information. It's commonly used in networking and identity management systems. Here are some resources to help with LDAP searches using C# and .NET:
- LdapConnection tutorial with examples - Provides a comprehensive guide on using LDAPConnection in C# with examples. Link
- How to search users in LDAP using LdapConnection object in C# - Offers insights and solutions for searching users in LDAP using LDAPConnection object in C#. Link
- Microsoft Documentation on LDAP Search - Example Code for Getting the Distinguished Name of the domain using LDAP in Windows environment. Link
- Active Directory LDAP Query Examples - Provides practical LDAP query examples for Active Directory searches. Link
- Using LDAP in .NET - Code Magazine article detailing using Active Directory in .NET applications, including LDAP searches. Link
Referenced in:
Comments