116
CFML Language Reference
•
Modify — Modifies LDAP entries on an LDAP server with the exception of the
distinguished name ("DN") attribute. Requires DN, ATTRIBUTES. See the
MODIFYTYPE attribute for additional controls.
•
ModifyDN — Modifies the distinguished name attribute for LDAP entries on an
LDAP server. Requires DN, ATTRIBUTES.
•
Delete — Deletes LDAP entries on an LDAP server. Requires DN.
NAME
Required for ACTION="Query". The name you assign to the LDAP query.
TIMEOUT
Optional. Specifies the maximum amount of time in seconds to wait for LDAP
processing. Defaults to 60 seconds.
MAXROWS
Optional. Specifies the maximum number of entries for LDAP queries.
START
Required for ACTION="Query". Specifies the distinguished name of the entry to
be used to start the search.
SCOPE
Optional. Specifies the scope of the search from the entry specified in the Start
attribute for ACTION="Query". There are three possible values:
•
OneLevel — (Default) Searches all entries one level beneath the entry specified
in the START attribute.
•
Base — Searches only the entry specified in the START attribute.
•
Subtree — Searches the entry specified in the START attribute as well all entries
at all levels beneath it.
ATTRIBUTES
Required for ACTION="Query", Add, ModifyDN, and Modify. For queries, specifies
the comma-separated list of attributes to be returned for queries. For queries, you
can also specify the wild card "*" to get all the attributes associated with the entry.
In addition, it can be used to specify the list of update columns for ACTION="Add"
or "Modify". When used with ACTION="Add" and Action="Modify", separate
multiple attributes with a semicolon. When used with ACTION="ModifyDN",
ColdFusion passes attributes to the LDAP server without performing any syntax
checking.
FILTER
Optional. Specifies the search criteria for ACTION="Query". Attributes are
referenced in the form: "(attribute operator value)". Example: "(sn=Smith)".
Default is "objectclass=*".
If you also specify the FILTERFILE attribute, the filter is considered to be a search
string not a filter.
Summary of Contents for COLDFUSION 4.5-CFML LANGUAGE
Page 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Page 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Page 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Page 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Page 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Page 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Page 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Page 584: ...560 CFMLLanguageReference...
Page 594: ...570 CFMLLanguageReference...