Adobe COLDFUSION 9 Manual page 477

Developing applications
Hide thumbs Also See for COLDFUSION 9:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Accessing and Using Data
Code
<cfldap
name="EntryList"
server="ldap.mycorp.com"
action="query"
attributes="subschemaSubentry"
scope="base"
start="">
<cfldap
name="EntryList2"
server="ldap.mycorp.com"
action="query"
attributes="objectclasses, attributetypes"
scope="base"
filter="objectclass=*"
start=#entryList.subschemaSubentry#>
Description
Gets the value of the subschemaSubentry attribute from the root of
the directory server. The value is the DN of the schema.
Uses the schema DN to get the objectclasses and attributetypes
attributes from the schema.
Last updated 8/5/2010
472

Advertisement

Table of Contents
loading

Table of Contents