CFLDAP

CFLDAP provides an interface to LDAP (Lightweight Directory Access Protocol) directory servers like the Netscape Directory Server. For complete examples of CFLDAP usage, refer to ../ ../Developing_Web_Applications_with_ColdFusion/contents.htmDeveloping Web Applications with ColdFusion /a

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" FILTERFILE="<file_name>,<stanza_name>" SORT="attribute[, attribute]..." SORTCONTROL="nocase" and/or "desc" or "asc" DN="distinguished_name" STARTROW="row_number" MODIFYTYPE="REPLACE" or "ADD" or "DELETE" REBIND="Yes" ...

Get Sams Teach Yourself ColdFusion® in 21 Days 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.