MACROMEDIA COLDFUSION MX 61-CFML Reference page 217

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

Attribute
Req/Opt
sort
Optional
sortControl Optional
dn
Required if
action =
,
"Add"
,
"Modify"
"ModifyDN"
"delete"
startRow
Optional
modifyType Optional
rebind
Optional
referral
Optional
secure
Optional
Default
asc
, or
1
replace
No
Description
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 update action. 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: attempt 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.
Security to employ, and required information. One
option:
• CFSSL_BASIC
"CFSSL_BASIC" provides V2 SSL encryption
and server authentication.
.
. First row of LDAP
cfldap
217

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents