NCLHELP.HLB  —  Directory Module, DSA  Naming Context, Characteristics
 A Naming Context entity has three characteristic attributes:

 -	Master Access Point
 -	Supplier Access Point
 -	Consumer Access Point

 You can use the ADD, SET, and REMOVE directives on the Consumer
 Access Point attribute only. The remaining two attributes are
 read-only attributes and have values set for them during
 replication (see HP Enterprise Directory  - Management).

 You can display the current value of all attributes by specifying
 them in a SHOW directive.

 Syntax:

 ADD     DSA NAMING CONTEXT <name> <attr> {<value>,...}
 REMOVE  DSA NAMING CONTEXT <name> <attr> {<value>,...}
 SET     DSA NAMING CONTEXT <name> <attr> {<value>,...}
 SHOW    DSA NAMING CONTEXT <name> <attr>

 where <name> is the name of the naming context, specified
 in quotes, <attr> is a characteristic attribute name and
 <value> is the value.

 You can display the values of many attributes in one SHOW directive
 by separating the attributes with a comma, for example:

 SHOW DSA NAMING CONTEXT <name> <attribute1>, <attribute2>

 Also, you can use the ALL CHARACTERISTICS qualifier with the
 SHOW directive, for example:

 SHOW DSA NAMING CONTEXT <name> ALL CHARACTERISTICS

 You can also use the wildcard "*" in a SHOW directive, to
 show details of all naming contexts; for example:

 SHOW DSA NAMING CONTEXT * ALL CHARACTERISTICS
Additional Information: explode extract
Consumer Access Point Master Access Point Supplier Access Point
Close Help