Add User Certificate (QSYADDUC, QsyAddUserCertificate) API


Required Parameter Group for QSYADDUC:


  Default Public Authority: *USE

  Threadsafe: Yes



  Syntax for QsyAddUserCertificate:
 #include <qsydigid.h>

 void QsyAddUserCertificate
        (char           *User_profile,
         char           *Certificate,
         int             Type,
         int             Length_of_certificate,
         void           *Error_code);

  Service Program: QSYDIGID

  Default Public Authority: *USE

  Threadsafe: Yes

The Add User Certificate (OPM, QSYADDUC; ILE, QsyAddUserCertificate) API associates a certificate with an IBM i user profile.

A common scenario is that only one certificate is associated with an IBM i user profile at any given time, but more than one certificate may be associated with the same IBM i user profile if each certificate is unique. A reason for having more than one certificate associated with an IBM i user profile may be that the first certificate is about to expire. The same certificate is not allowed to be associated with more than one IBM i user profile.

Because certificates vary in length, the actual number of certificates that can be listed using the List User Certificates API will also vary. Depending on the length of each of the certificates, no more than a few hundred certificates should be added to an IBM i user profile or incomplete results may be returned when attempting to use the List User Certificates API to list certificates that are associated with the IBM i user profile.


Authorities and Locks

User Profile Authority
If the user profile specified is not the user profile that is currently running, then *SECADM special authority and *USE and *OBJMGT authorities to the user profile are required.

Required Parameter Group

User profile
INPUT; CHAR(10)

The name of the user profile that will hold the certificate.

The following is also a valid selection for the user profile:


Certificate
INPUT; CHAR(*)

The entire certificate in Abstract Syntax Notation 1 Distinguished Encoding Rules (ASN.1 DER) format. This is not a text string. This certificate is associated with the user profile.

Type
INPUT; BINARY(4)

The type or format of the certificate.

The possible types are:


Length of certificate
INPUT; BINARY(4)

The length of the certificate.

Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


Error Messages



API introduced: V4R2

[ Back to top | Security APIs | APIs by category ]