<dce/acct.h>-Header file for the sec_rgy_acct API
#include <dce/acct.h>
Header file for the Registry API used to create and maintain accounts in the Registry database. All of these routines have the prefix sec_rgy_acct.Data Types and Constants
There are no particular data types or constants specific to the sec_rgy_acct API (other than those that have already been introduced in this specification).Status Codes
The following status codes (listed in alphabetical order) are used in the sec_rgy_acct API.
- error_status_ok
The call was successful.
- sec_rgy_no_more_entries
The cursor is at the end of the list of projects.
- sec_rgy_not_authorized
Client program is not authorized to add an account to the registry.
- sec_rgy_object_not_found
The registry server could not find the specified name.
- sec_rgy_not_member_group
The indicated principal is not a member of the indicated group.
- sec_rgy_not_member_org
The indicated principal is not a member of the indicated organization.
- sec_rgy_not_member_group_org
The indicated principal is not a member of the indicated group or organization.
- sec_rgy_object_exists
The account to be added already exists.
- sec_rgy_server_unavailable
The DCE Registry Server is unavailable.
Contents | Next section | Index |