Previous Topic: Review the PrerequisitesNext Topic: Display the Default User in the Login Dialog


Grant Login Permissions to the Non-Root Users

A root user can grant permissions to non-root users to log into the Backup Server. If non-root users get the permission to log into the Backup Server, they can use Arcserve UDP Agent (Linux) to perform all the data protection and recovery tasks.

Note: To grant login permissions to the non-root users, connect to the Backup Server as a root user using the SSH connection.

Follow these steps:

  1. Log into the Backup Server as a root user.
  2. Open the server.cfg file from the following location:
    /opt/CA/d2dserver/configfiles/server.cfg
    

    Note: If the server.cfg file is not present, create the file.

  3. Add the following code to the server.cfg file:
    allow_login_users=user1 user2
    

    Note: Use blank spaces to distinguish multiple users.

    The code is added.

  4. Verify the non-root user can connect to the Backup Server using the SSH connection.

The login permission is granted to the non-users to access the Backup Server.