MACROMEDIA COLFUSION MX 7-CFML Reference page 265

Cfml reference
Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

Attribute
Req/Opt
attributes
Required if
action =
"Query"
"ModifyDN"
"Modify"
returnAsBinary Optional
filter
Optional
sort
Optional
sortControl
Optional
dn
Required if
action = "Add"
"Modify"
"ModifyDN"
"delete"
startRow
Optional
modifyType
Optional
rebind
Optional
referral
Optional
Default
,
,
"Add"
, or
"objectclass = *" Search criteria for
asc
,
,
, or
1
replace
no
Description
For queries: comma-delimited list of attributes
to return. For queries, to get all attributes,
specify
.
"*"
If
action = "add" or "modify"
list of update columns. Separate attributes with
a semicolon.
If
, ColdFusion passes
action = "ModifyDN"
attributes to the LDAP server without syntax
checking.
A comma-delimited list of columns that are to
be returned as binary values.
action = "query"
List attributes in the form:
"(attribute operator value)"
For example:
"(sn = Smith)"
Attribute(s) by which to sort query results. Use a
comma delimiter.
• nocase: case-insensitive sort.
• asc: ascending (a to z) case-sensitive sort.
• desc: descending (z to a) case-sensitive sort.
You can enter a combination of sort types; for
example,
sortControl = "nocase, asc"
Distinguished name, for
example,
"cn = Bob Jensen, o = Ace Industry,
c = US"
Used with
action = "query"
query to insert into a ColdFusion query.
How to process an attribute in a multi-value list:
• add: appends it to any attributes.
• delete: deletes it from the set of attributes.
• replace: replaces it with specified attributes.
You cannot add an attribute that is already
present or that is empty.
• yes: attempts to rebind referral callback and
reissue query by referred address using
original credentials.
• no: referred connections are anonymous.
Integer. Number of hops allowed in a referral. A
value of 0 disables referred addresses for
LDAP; no data is returned.
, you can specify a
.
.
action; for
update
. First row of LDAP
cfldap
265

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents