Sun Java System Web Server 7.0 Update 2 Administrator's Guide

ProcedureTo Add a Group

  1. Select the configuration.

    Select the configuration from the configuration list. Click Configurations tab to get the list.

  2. Click Access Control > Groups tab.

  3. Click New button.

  4. Enter Group Name.

  5. From the Add Users To Group section search and add existing users to the group.


    Note –

    Creating a group in authentication database like keyfile or digestfile requires atleast one user to be specified.



    Note –

    Using CLI

    For creating a group through CLI, execute the following command.


    wadm> create-group --user=admin --password-file=admin.pwd --host=serverhost
    --port=8989 --config=config1 --authdb=LDAP1 group1

    See CLI Reference, create-group(1).