FindGE (LDAP function): Difference between revisions
m (1 revision) |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:LDAP:FindGE subtitle}} | {{Template:LDAP:FindGE subtitle}} | ||
This [[Notation conventions for methods#Callable | This [[Notation conventions for methods#Callable functions|callable]] | ||
function retrieves all records (entries) from the LDAP directory | function retrieves all records (entries) from the LDAP directory | ||
for which the attribute type you specify has a value that matches equally or | for which the attribute type you specify has a value that matches equally or | ||
Line 8: | Line 8: | ||
<var>FindGE</var> with a search string | <var>FindGE</var> with a search string | ||
of <code>A</code> for the attribute type <code>sn</code>, for example, | of <code>A</code> for the attribute type <code>sn</code>, for example, | ||
would find every entry keyed with an | would find every entry keyed with an "sn" value that begins with | ||
"A". | |||
==Syntax== | ==Syntax== | ||
{{Template:LDAP:FindGE syntax}} | |||
The syntax terms and most of the usage notes for this function are the | The syntax terms and most of the usage notes for this function are the | ||
same as those for <var>[[FindEQ (LDAP function)|FindEQ]]</var>. | same as those for <var>[[FindEQ (LDAP function)|FindEQ]]</var>. | ||
For additional information, see [[LDAP | For additional information, see [[LDAP class#Using the Find methods|"Using the Find methods"]]. | ||
==See also== | ==See also== | ||
{{Template:LDAP:FindGE footer}} | {{Template:LDAP:FindGE footer}} |
Latest revision as of 21:53, 26 August 2011
Retrieve records with greater 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 after the search string you specify.
FindGE with a search string
of A
for the attribute type sn
, for example,
would find every entry keyed with an "sn" value that begins with
"A".
Syntax
[%number =] ldap:FindGE( 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".