User Guide

cfldap 215
cfldap
Description
Provides an interface to a Lightweight Directory Access Protocol (LDAP) directory server, such as
the Netscape Directory Server.
Category
Forms tags, Internet Protocol tags
Syntax
<cfldap
server = "server_name"
port = "port_number"
username = "name"
password = "password"
action = "action"
name = "name"
timeout = "seconds"
maxRows = "number"
start = "distinguished_name"
scope = "scope"
attributes = "attribute, attribute"
filter = "filter"
sort = "attribute[, attribute]..."
sortControl = "nocase" and/or "desc" or "asc"
dn = "distinguished_name"
startRow = "row_number"
modifyType = "replace" or "add" or "delete"
rebind = "Yes" or "No"
referral = "number_of_allowed_hops"
secure = "multi_field_security_string"
separator = "separator_character"
delimiter = "delimiter_character">
See also
cfftp, cfhttp, cfmail, cfmailparam, cfpop,
Chapter 23, “Managing LDAP Directories,
in Developing ColdFusion MX Applications
History
ColdFusion MX:
Changed the name attribute behavior: this tag validates the query name in the name attribute.
Changed sorting behavior: this tag does not support client-side sorting of query results. (It
supports server-side sorting; use the
sort and sortcontrol attributes.)
Changed how results are sorted: server-side sorting results might be sorted slightly differently
than in ColdFusion 5. If you attempt a sort against a server that does not support it,
ColdFusion MX throws an error.
Deprecated the filterfile attribute. It might not work, and might cause an error, in later
releases.