The configuration can be divided into three parts:
master.conf (C:\master\conf\master.conf) for master node's address and User control.
update.conf (C:\master\conf\update.conf) for online updating.
user.conf (C:\user\conf\user.conf) for User's identity.
To add a user, you must edit master.conf
Suppose you want to add a user "alice" with password "cocacola". This user can only access ABCGrid using IP address "123.45.67.89". Then the entry for this user could be:
<user>Note:
<name>alice</name>
<password>cocacola</password>
<address>123.45.67.89</address>
<priority>10</priority>
<group>user</group>
<home>/HOME/TO/ALICE/WORK</home>
</user>
ABCGrid's online update relys on a FTP server to store all necessary files including applications and databases. By default, ABCGrid uses ftp://gblast:gblast@202.38.125.2. To setup a local FTP server in your lab (for faster speed and better connectivity), you should follow the layout of above FTP server. Please see here for details.
To do so, you must edit update.conf
After you saved the file, you can input a command "u" in the console window of ABCMaster or restart the ABCMaster to apply the change.
Note:
The configuration entry of one service must be same on all platforms.