/sys$common/syshlp/DNS$CPHELP.HLB  —  remove  object
 Deletes a value from an application-defined, set-valued attribute
 of an object entry. If the value is not presently defined for the
 attribute, no error message is generated. Usually this task is
 accomplished through the client application.

 SYNOPSIS

      REMOVE OBJECT object-name attribute-name [=] attribute-value

 Arguments

 object-name

 The full name of the object entry.

 attribute-name

 The simple name of the attribute. Specify your own attribute name or
 one of the DECdns-defined attributes. Separate multiple attributes
 with commas.

 attribute-value

 The value of a particular attribute. You can express the values of
 application-defined attributes as quoted strings, "ps"; hex strings,
 %x FF00EE; or concatenations of them in parentheses, (%x0103 "ps").

 ACCESS RIGHTS
 You must have write access to the object entry whose attribute value
 you intend to remove or have control access to the parent directory.

1  –  access

 Deletes an access control entry (ACE) from an object entry's access
 control set (ACS).

 SYNOPSIS

      REMOVE OBJECT object-name ACCESS principal

 Arguments

 object-name

 The full name of the object entry.

 principal

 The principal for whom access is being removed. You can specify
 a principal as a group name, a collection of principals denoted
 with wildcards (for example, .org.name*), or an individual name
 in the format, nodename.username. To specify a DNS Version 1-style
 principal, use the format nodename::username.

 You must have control access to the object entry whose ACS is being
 modified.

1.1  –  example

 The following command removes access for user smith on node
 .sales.orion from the object entry .sales.work_disk2.

 dns> remove object .sales.work_disk2 access .sales.orion.smith

2  –  example

 The following command removes the value of "ps" from the
 set-valued attribute printcap of the object entry named
 .sales.east.deskprinter.

 dns>remove object .sales.east.deskprinter printcap "ps"
Close Help