Previous Topic: Manage Operations

Next Topic: Searches Are Faster Than Updates

Types of Operations

CA Directory is an X.500 directory that also uses LDAP. This means that CA Directory can deal with any LDAP or X.500 query which is also called a query.

Operations divide naturally into three categories as follows.

Operation

Type of Operation

X.500 or LDAP

Description

search

Search Query

LDAP and X.500

Searches for entries that match the filter

compare

Search Query

LDAP and X.500

Compares a supplied value against the values stored in an entry (often used for passwords)

read

Search Query

X.500

Extracts information from an entry

list

Search Query

X.500

Lists the entries immediately below a given entry

abandon

Search Query

LDAP and X.500

Abandons an operation (search type operations only)

add

Update Query

LDAP and X.500

Adds a leaf entry

remove

Update Query

LDAP and X.500

Deletes a leaf entry

modify

Update Query

LDAP and X.500

Adds or removes attributes or attribute values (not distinguished values) of any entry

modify DN

Update Query

LDAP and X.500

Changes the name of any entry

bind

Binding

LDAP and X.500

Creates a binding to a DSA

unbind

Binding

LDAP and X.500

Releases a binding to a DSA