Previous Topic: compare-req Command—Compare Entries

Next Topic: mod-dn-req Command—Rename an Entry

list-req Command—List Entries

The list-req command displays the RDNs of the objects immediately under the list object.

When the DSA has knowledge of other DSAs, the list makes these references visible.

This command has the following format:

list-req 
	entry = DN
	[common-args]
	;
entry=DN

Defines the distinguished name of the entry. DN is expressed in X.500 format.

common-args

Defines the common arguments. For more information, see common-args.

Example: List Entries below the Organizational Unit Corporate under the Organization Democorp:

list-req entry = <countryName "AU">
	<organizationName "Democorp">
	<organizationalUnitName "Corporate">;

Example: List Entries below root:

list-req entry = <>;