int kadm5_create_principal
(resource handle, string principal [, string password [, array options]])
Returns TRUE on success, or FALSE on failure.
kadm5_create_principal() creates a principal with the given password. If password is omitted or is NULL, a random key will be generated.
It is possible to specify several optional parameters within the array options. Allowed are the following options: KADM5_PRINC_EXPIRE_TIME, KADM5_PW_EXPIRATION, KADM5_ATTRIBUTES, KADM5_MAX_LIFE, KADM5_KVNO, KADM5_POLICY, KADM5_CLEARPOLICY, KADM5_MAX_RLIFE.
Example 1. Example of principal's creation
|