Red Hat Training

A Red Hat training course is available for Red Hat Satellite

43.7. create

Name
create
Description
Create a new user.
Parameters
  • string sessionKey
  • string desiredLogin - Desired login name, will fail if already in use.
  • string desiredPassword
  • string firstName
  • string lastName
  • string email - User's e-mail address.
  • int usePamAuth - 1 if you wish to use PAM authentication for this user, 0 otherwise.
Return Value
  • int - 1 on success, exception thrown otherwise.