Description
bool
kadm5_create_principal ( resource handle, string principal [, string password [, array options]] )
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.