freeipa_user_add
Create a new user in FreeIPA by specifying the username, first name, and last name. Optionally set an email address and initial password.
Instructions
Create a new user in FreeIPA
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sn | Yes | Last name (surname) of the user | |
| uid | Yes | Username (uid) for the new user | |
| No | Email address of the user | ||
| givenname | Yes | First name of the user | |
| userpassword | No | Initial password for the user |