Solaris Naming Administration Guide

Adding Rights to an Existing Table Column

The nistbladm -u option allows you to add additional column access rights to an existing table column with the nistbladm command. To use this option you must have modify rights to the table column. To add additional column rights use:


nistbladm -u [column=access,...],tablename

Where:

Use one column=access pair for each column whose rights you want to update. To update multiple columns, separate them with commas and enclose the entire set with square brackets:


[column=access, column=access, column=access]

The full syntax of this option is described in "The nistbladm Command".

The example below adds read and modify rights to the group for the name and addr columns in the hosts.org_dir.doc.com. table.


client% nistbladm -u `[name=g+rm,addr=g+rm],hosts.org_dir..doc.com.'