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 theattributes,name, andstartattributes.Addadds entries to the LDAP server and requires theattributesattribute.Deletedeletes entries from the LDAP server and requires thednattribute.Modifymodifies entries on the LDAP server except for the distinguished name and requires theattributesanddnattributes.ModifyDNmodifies distinguished name entries on the LDAP server and requires theattributesanddnattributes.-
attributes="attribute1,attribute2,..." When
actionisQuery, specifies a comma-delimited list of attributes to be returned by the query. Specifying a wildcard (*) returns all attributes associated with a query. WhenactionisAdd, specifies the list of update columns to be used when adding an entry. WhenactionisModify, specifies the list of update columns to be used when modifying an entry. WhenactionisModifyDN, 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"
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access