This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 27 lines
!!! LDAP Advanced Queries
These are some [examples] of more advanced [LDAP Query Examples].
!! Narrow Results
Often you only want to see the exceptions to values. This example will return all the entries which have a value for employmentType which is NOT:
* Hired
* NEW
* POS
* REH
Remember that [LDAP filters Syntax and Choices] are typically [case-insensitive].
%%prettify
{{{
(&(employmentType=*)(!(employmentType=Hired))(!(employmentType=NEW))(!(employmentType=POS))(!(employmentType=REH)))
}}}
/%
!! [ExtensibleMatch]
[ExtensibleMatch] [LDAP SearchFilters] offer methods to do Advanced Searches.
!![Ldapsearch Networkaddress]
Some [examples|LDAP Query Examples] for [eDirectory]'s [networkAddress attribute|Ldapsearch Networkaddress] is a good [example] showing hex values to be escaped.
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]