CreateSuperuser
Purpose
Creates a super user to enable login to Meta Data Services.
Note: A super user has all of the privileges currently allowed to the built-in meta super user 'metasu'.
Requirements
The name of the super user must be unique. A super user may only be created by another super user.
Syntax
HRESULT CreateSuperuser(LPCTSTR Name,
LPCTSTR Password,
LPCTSTR Desc=NULL);
Argument |
In/Out |
Description |
Name |
In |
Name of the super user. |
Password |
In |
Password assigned to the super user. 5-14 characters. |
Desc |
In |
Description of the super user. |