HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DELETE_USERID_PASSWORD
user_id
User identier. This is a 10-byte type-AE EBCDIC character string, padded on the right with EBCDIC spaces
if the name is shorter than 10 characters.
password_chars.description
This parameter is ignored.
password_chars.prole_count
Number of proles to be deleted. If
delete_type is set to AP_REMOVE_USER, this parameter is reserved.
password_chars.password
This parameter is ignored.
password_chars.proles
Proles associated with user. Each of these is a 10-byte type-AE EBCDIC character string, padded on the
right with EBCDIC spaces if the prole name is shorter than 10 characters.
3.81.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.81.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_NO_PROFILES
The delete_type parameter was set to AP_REMOVE_PROFILES, but no proles were specied.
AP_UNKNOWN_USER
The user_id parameter did not match a dened user ID.
AP_INVALID_UPDATE_TYPE
The delete_type parameter was not set to a valid value.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.81.5 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
319