FindLE (LDAP function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 9: Line 9:
of <code>C</code> for the attribute type <code>sn</code>, for example,
of <code>C</code> for the attribute type <code>sn</code>, for example,
would find every entry keyed with an "sn" value that begins with
would find every entry keyed with an "sn" value that begins with
an"A" or "B".
an "A" or "B".
==Syntax==
==Syntax==
{{Template:LDAP:FindLE syntax}}
{{Template:LDAP:FindLE syntax}}

Latest revision as of 21:55, 26 August 2011

Retrieve records with lesser attr string values from the LDAP directory (LDAP class)


This callable function retrieves all records (entries) from the LDAP directory for which the attribute type you specify has a value that matches equally or falls alphabetically before the search string you specify.

FindLE with a search string of C for the attribute type sn, for example, would find every entry keyed with an "sn" value that begins with an "A" or "B".

Syntax

[%number =] ldap:FindLE( string, string, doc, [AttributesOnly= boolean], - [ReturnAttributes= stringlist], [BaseObject= string])

The syntax terms and most of the usage notes for this function are the same as those for FindEQ.

For additional information, see "Using the Find methods".

See also