sec_rgy_attr_sch_update_entry(3sec)Updates a schema entry Synopsis
#include <dce/sec_rgy_attr_sch.h> Parameters Input
context
schema_name
modify_parts
schema_entry Output
status
Description Some schema entry components can never be modified. Instead to make any changes to these components, the schema entry must be deleted (which deletes all attribute instances of that type) and recreated. The schema entry components that can never be modified are listed below: · Attribute name · Reserved flag · Apply defaults flag · Intercell action flag · Trigger types · Comment Fields that are arrays of structures (such as acl_mgr_set and trig_binding) are completely replaced by the new input array. This operation cannot be used to add a new element to the existing array.
Permissions Required Files
/usr/include/dce/sec_rgy_attr_sch.idl Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages. sec_attr_field_no_update sec_attr_bad_name sec_attr_bad_acl_mgr_set sec_attr_bad_acl_mgr_type sec_attr_bad_permset sec_attr_bad_intercell_action sec_attr_trig_bind_info_missing sec_attr_bad_bind_info sec_attr_bad_bind_svr_name sec_attr_bad_bind_prot_level sec_attr_bad_bind_authn_svc sec_attr_bad_bind_authz_svc sec_attr_bad_uniq_query_accept sec_attr_bad_comment sec_attr_name_exists sec_attr_sch_entry_not_found sec_attr_unauthorized sec_attr_svr_read_only sec_attr_svr_unavailable sec_attr_no_memory error_status_ok
Related Information sec_rgy_attr_sch_delete_entry(3sec) sec_rgy_attr_sch_create_entry(3sec)
|