Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..

cancel
Showing results for 
Search instead for 
Did you mean: 
100% helpful (1/1)
KB-Sync1
Archer Employee
Archer Employee

Article Number

000033615


Applies To


Product(s): Archer
Version(s): 6.x
Primary Deployment: On Premises

Description


Configuring different syntax for existing filters can be complicated let alone making or writing a new filter. The information provided in this KB won't teach you how to write an LDAP filter but will show some syntax and maybe provide an understanding of the composition of an LDAP filter.

Resolution


  • LDAP syntax filters can be used in many situations to query Active Directory. A filter specifies the conditions that must be met for a record to be included in the recordset that results from a query. 
  • An LDAP filter has one or more clauses, each enclosed in parentheses. Each clause evaluates to either True or False. An LDAP syntax filter clause is in the following form:
(<AD Attribute><comparison operator><value>)


The following are a few syntax characters and their meanings: 

" ( " - Start grouping of filter clauses
" ) " - End grouping of filter clauses
" | " - an of the following conditions must be met
"&"   - AND, all conditions must be met
" memberof " - condition set that users must be a member of a certain group
" cn " - object with common name
" ou " - organization unit

 

For additional information, please reference the following Microsoft technet article Active Directory: LDAP Syntax Filters: http://social.technet.microsoft.com/wiki/contents/articles/5392.active-directory-ldap-syntax-filters.aspx

*It is recommended that you work with your Active Directory Administrator or team to draft useable LDAP filters*

Version history
Last update:
‎2024-09-21 07:12 AM
Updated by: