Adobe 38043740 - ColdFusion Standard - Mac Development Manual page 477

Developing applications
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
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 1/20/2012
472

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 9

Table of Contents