Attribute type
A schema's attribute type specification defines the following properties:
•
The attribute type name
•
A unique object ID that identifies the attribute type
•
(Optional) An indication of whether the type is single-valued or multivalued (the default is
multivalued)
•
The attribute syntax and matching rules (such as case sensitivity)
The attribute type definition can also determine limits on the range or size of values that the type
represents, or provide an application-specific usage indicator. For standard attributes, a registered
numeric ID specifies the syntax and matching rule information. For more information on
attribute syntaxes, see ETF RFC 2252 at http://www.ietf.org/rfc/rfc2252.txt.
Operational attributes, such as creatorsName or modifyTimeStamp, are managed by the directory
service and cannot be changed by user applications.
Using LDAP with ColdFusion
The
tag extends the ColdFusion query capabilities to LDAP network directory services.
cfldap
The
tag lets you use LDAP in many ways, such as the following:
cfldap
•
Create Internet White Pages so users can locate people and resources and get information
about them.
•
Provide a front end to manage and update directory entries.
•
Build applications that incorporate data from directory queries in their processes.
•
Integrate applications with existing organizational or corporate directory services.
The
tag
cfldap
Action
query
add
modify
delete
modifyDN
The following table lists the attributes that are required and optional for each action. For more
information on each attribute, see
Action
Required attributes
query
server, name, start,
attributes
add
server, dn, attributes
modify
server, dn, attributes
482
Chapter 23: Managing LDAP Directories
attribute supports the following operations on LDAP directories:
action
Description
Returns attribute values from a directory.
Adds an entry to a directory.
Adds, deletes, or changes the value of an attribute in a directory entry.
Deletes an entry from a directory.
Renames a directory entry (changes its distinguished name).
cfldap
in CFML Reference.
Optional attributes
port, username, password, timeout, secure, rebind,
referral, scope, filter, sort, sortControl startRow,
maxRows, separator, delimiter
port, username, password, timeout, secure, rebind,
referral, separator, delimiter
port, username, password, timeout, secure, rebind,
referral, modifyType, separator, delimiter
Need help?
Do you have a question about the COLDFUSION MX 61-DEVELOPING COLDFUSION MX and is the answer not in the manual?
Questions and answers