High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_USERID_PASSWORD
Chapter 3466
DELETE_USERID_PASSWORD
DELETE_USERID_PASSWORD deletes a password associated with a
user ID, or removes profiles for a user ID and password.
VCB Structure
typedef struct delete_userid_password
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
AP_UINT16 delete_type; /* type of delete */
unsigned char user_id[10]; /* user id */
USERID_PASSWORD_CHARS password_chars; /* password characteristics */
} DELETE_USERID_PASSWORD;
typedef struct userid_password_chars
{
unsigned char description[32]; /* resource description */
unsigned char reserv2[16]; /* reserved */
AP_UINT16 profile_count; /* number of profiles */
AP_UINT16 reserv1; /* reserved */
unsigned char password[10]; /* password */
unsigned char profiles[10][10]; /* profiles */
} USERID_PASSWORD_CHARS;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_USERID_PASSWORD
delete_type
Specifies how this verb is being used. Possible values
are:
AP_REMOVE_USER