Name

cfldap

Synopsis

<cfldap>

Provides ColdFusion with an interface to Lightweight Directory Access Protocol (LDAP) servers.

Attributes

server=" ldap_server "

The server name or IP address of the LDAP server you want to connect to. Required.

action=" action "

Specifies the LDAP action to perform. Optional. The default value is Query, which returns entry information from the LDAP server and requires the attributes, name, and start attributes. Add adds entries to the LDAP server and requires the attributes attribute. Delete deletes entries from the LDAP server and requires the dn attribute. Modify modifies entries on the LDAP server except for the distinguished name and requires the attributes and dn attributes. ModifyDN modifies distinguished name entries on the LDAP server and requires the attributes and dn attributes.

attributes=" attribute1 , attribute2 , ... "

When action is Query, specifies a comma-delimited list of attributes to be returned by the query. Specifying a wildcard (*) returns all attributes associated with a query. When action is Add, specifies the list of update columns to be used when adding an entry. When action is Modify, specifies the list of update columns to be used when modifying an entry. When action is ModifyDN, specifies a comma-delimited list of attributes to be passed to the LDAP server without any syntax checking. In all cases, multiple attributes should be separated with a semicolon (;). Required for all these actions.

delimiter=" delimiter "

Get Programming ColdFusion MX, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.