5. Accessing the Name Server : Name Server Query Syntax : Create Login Statement--Create a Login Definition
 
Share this page                  
Create Login Statement--Create a Login Definition
This statement creates a remote user authorization.
This statement has the following syntax:
create global|private login vnode username password
This statement has the following parameters:
global|private
Specifies a global or private object. A global object is available to all users on the local node. A private object is available to a single user.
vnode
Specifies the virtual node name to be associated with this authorization.
username
Specifies the name of the account to be used on the host machine of a remote installation.
password
Specifies the password of the remote account.