Authorize users of one server to access another server
You must explicitly authorize users of one server to access another server. Add users of a server to the auth.conf file on the server that they are authorized to access. In this example, authorize users of Server1 to access Server2. This task must be performed on Server2.
Note:
Add only the users that don't have administrative privileges on one server to the auth.conf file on another server.
On UNIX, the auth.conf file is located at /usr/openv/java.
On Windows, create the auth.conf file from the auth.conf.win.template file that is located at C:\Program Files\Veritas\Java.
To authorize users of one server to access another server
- In the
auth.conffile on Server2, add users of Server1 authorized to access Server2.If Server1 is a Windows host, add the following line in the
auth.conffile:For example, username ADMIN=ALL JBP=ALL
If Server1 is a UNIX host, add the following line in the
auth.conffile:For example, root ADMIN=ALL JBP=ALL