FindGE (LDAP function): Difference between revisions
m (1 revision) |
m (moved FindGE (Ldap function) to FindGE (LDAP function)) |
(No difference)
|
Revision as of 22:43, 8 July 2011
<section begin=dpl_desc/><section end=dpl_desc/>
FindGE is a member of the 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
[%st =] %ld:FindGE( attrib, searchString, %doc, - [, AttributesOnly=bool] - [, ReturnAttributes=%sl] - [, 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".