| LDAP is a directory protocol used as an interface to many disparate directory vendors. It allows a common coding interface for developers to access directory information. LDAP is similar to other data management systems, such as databases, and is read-optimized for fast, high-volume lookup searches. ColdFusion uses the <cfldap> tag to provide query and update actions on LDAP-compliant servers. Sample Questions | 1: | What does LDAP use as a unique reference or primary key in the directory hierarchy? UUID (Universally Unique Identifier) DN (distinguished name) RDN (relative distinguished name) objectclass
| | 2: | Which <cfldap> attribute is used to specify the distinguished name of the entry for a directory branch within which a search is performed? start startrow dn scope
| | 3: | In LDAP, the distinguished name is what? (select two) A unique reference to an attribute in the directory A concatenation of an RDN and its ancestor attributes The name of an entry in the directory The objectclass definition
| |