About 237,000 results
Open links in new tab
  1. Active Directory LDAP Query Examples – TheITBros

    LDAP (Lightweight Directory Access Protocol) queries are used to search for computers, users, groups and other objects within Active Directory catalog according to specific criteria. In this …

  2. LDAPWiki: LDAP Query Examples

    How to find and retrieve the LDAP schema from a LDAP server. By using LDAP filters it's also possible to find objects for which a specific bit either is or is not set within a bit field. LDAP …

  3. LDAP Filter Syntax

    May 22, 2018 · LDAP filters consist of one or more criteria. If one than more criterion exist in one filter definition, they can be concatenated by logical AND or OR operators. The logical …

  4. LDAP Search Filter Cheatsheet · GitHub

    Jan 4, 2021 · Filters can be combined using boolean operators when there are multiple search conditions. For example, to select objects with cn equal to Jon and sn (surname/last name) …

  5. How To Search LDAP using ldapsearch (With Examples)

    Feb 2, 2020 · Learn how you can search entries in LDAP directory tree using the ldapsearch command and advanced LDAP search filters and matches.

  6. How to LDAP Search Active Directory: A Complete Guide - Ruatelo

    Jul 17, 2023 · The basic syntax for an LDAP search query is ldapsearch -x -h <hostname> -b <searchbase> "<filter>". -x is used for simple authentication. -h specifies the ldap server’s …

  7. LDAP Dialect - Win32 apps | Microsoft Learn

    Aug 23, 2019 · The LDAP dialect is a format for query statements that use the LDAP search filter syntax. Use an LDAP query statement with the following ADSI search interfaces: The ActiveX …

  8. LDAP Query explained - Elements

    An LDAP query is a command that asks the directory service for some information about users. For an Elements Connect field plugged on an LDAP datasource, there's no special syntax …

  9. Understanding LDAP Filter Syntax - JumpCloud

    Apr 14, 2025 · LDAP filters define search criteria when querying an LDAP directory. By specifying attributes, operators, and values, LDAP filters allow clients to retrieve specific entries from the …

  10. Understand LDAP Filter and Syntax - Easy365Manager

    LDAP Filter syntax examples to quickly build your own custom queries. Working LDAPFilter queries that you can easily understand and modify.