FindGE (LDAP function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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".

See also