create_user


Description:

public User create_user (string username, string fullname, UserAccountType accounttype) throws Error

Creates a user account on the system.

Parameters:

this

a UserManager

username

a unix user name

fullname

a unix GECOS value

accounttype

a UserAccountType

Returns:

user object