SunScreen 3.2 Administration Guide

Modifying Access Rules for GUI Local Administration

To Add an Access Rule for GUI Local Administration

    Use the add subcommand with the accesslocal argument to add an administrative access rule for local administration.

    For example:


    edit> add accesslocal USER admin3 PERMISSION ALL
    

To Edit an Access Rule for GUI Local Administration
  1. List the administrative access rules for local administration:


    edit> list AccessLocal
    

    By default, an admin user is created during installation.

    The following approximates the output that is displayed:


    1 USER "admin" PERMISSION ALL
    2 USER "admin3" PERMISSION ALL

  2. Use the replace subcommand to replace an administrative access rule with a new value for a particular user for local administration:


    edit> replace AccessLocal 2 USER "admin3" PERMISSION STATUS
    

To Delete an Access Rule for GUI Local Administration

Note -

Do not delete all the administrative access rules.


    Use the del subcommand to delete the administrative access rule for local administration.

    For example, to delete rule 2, type:


    edit> del AccessLocal 2