PreviousNext

Constants

The following constants are used in sec_attr calls:

sec_attr_bind_auth_dce
The binding uses DCE shared-secret key authentication.

sec_attr_bind_auth_none
The binding is not authenticated.

sec_attr_bind_type_string
The attribute uses an rpc string binding.

sec_attr_bind_type_svrname
The attribute uses a name in rpc_c_ns_syntax format that identifies a CDS entry containing the server's binding information. This constant has the following structure:

name_syntax
Must be rpc_c_ns_syntax_dce to specify that DCE naming rules are used to specify name.

name
A pointer to a name of a CDS entry in rpc_c_ns_syntax_dce syntax.

sec_attr_bind_type_twr
The attribute uses a DCE protocol tower binding representation.

sec_attr_trig_type_t Constants
The following 32-bit constants are used with the sec_attr_trig_type_t data type:

sec_attr_trig_type_query The trigger server can perform only query operations.

sec_attr_trig_type_update The trigger server can perform only update operations.

sec_attr_intercell_action_t Constants
The following constants are used with the sec_attr_intercell_action_t data type:

sec_attr_intercell_act_accept
If the unique flag in the sec_attr_schema_entry_t data type is not set on, retain attributes from a foreign cell. If the unique flag is set on, retain the foreign attribute only if its value is unique among all attribute instances of the same attribute type within the cell.

sec_attr_intercell_act_reject
Discard attributes from a foreign cell.

sec_attr_intercell_act_evaluate
A trigger server determines whether to retain foreign attributes, discard foreign attributes, or map foreign attribute to another value(s).

sec_attr_schema_entry_parts_t constants
The following constants are used with the sec_attr_schema_entry_parts_t data type:

sec_attr_schema_part_name
Indicates that the attribute name can be changed in an schema update operation.

sec_attr_schema_part_reserved
Indicates that the setting of the reserved flag can be changed in a schema entry update.

sec_attr_schema_part_defaults
Indicates that the apply_default flag can be changed in a schema entry update operation.

sec_attr_schema_part_trig_bind
Indicates that trigger binding information can be changed in a schema entry update operation.

sec_attr_schema_part_comment
Indicates that comments associated with the schema entry can be changed in a schema entry update.