xattrschema catalog
Returns a list of all the schema entries defined in the service specified in the required argument. The syntax is:
xattrschema catalog [-simplename]
Options
-simplename Returns only the last component of the schema name.
Description The xattrschema catalog operation returns a list of the names of all the schema entry types defined in the named schema. Use the -simplename
option to return only the residual part of the names, instead of fully qualified names.
Privileges Required You must have r (read) permission to the container object (/.:/sec/xattrschema or
/.:/hosts/hostname/config/xattrschema).
Examples
dcecp> xattrschema catalog /.:/sec/xattrschema /.../my_cell/sec/xattrschema/pre_auth_req /.../my_cell/sec/xattrschema/pwd_val_type
/.../my_cell/sec/xattrschema/pwd_mgmt_binding /.../my_cell/sec/xattrschema/X500_DN /.../my_cell/sec/xattrschema/X500_DSA_Admin
/.../my_cell/sec/xattrschema/disable_time_interval /.../my_cell/sec/xattrschema/max_invalid_attempts /.../my_cell/sec/xattrschema/passwd_override
/.../my_cell/sec/xattrschema/test_any /.../my_cell/sec/xattrschema/test_void /.../my_cell/sec/xattrschema/test_printstring
/.../my_cell/sec/xattrschema/test_printstring_array /.../my_cell/sec/xattrschema/test_integer /.../my_cell/sec/xattrschema/test_bytes
/.../my_cell/sec/xattrschema/test_confidential_bytes /.../my_cell/sec/xattrschema/test_i18n_data /.../my_cell/sec/xattrschema/test_uuid
/.../my_cell/sec/xattrschema/test_attr_set /.../my_cell/sec/xattrschema/test_binding dcecp>
|