Dil ID: 6
Dil Adı: turkish
Dil Kodu: tr5 Avaya Markasının Ürünleri
Dünyanın En Büyük
Elektronik Bilgi Kütüphanesi



BSGX4e Business Gateway User Guide 65
Release 01.01 NN47928-102
User Management
Add User Group Example
This example adds a new user group as follows:
name: dev
access: all (ssh, web, cli, telnet, ftp)
all access: yes (allowed)
To add the new group, enter the following commands:
> config user group dev access all all yes
*> save
Show a User Group
To show the settings for group dev, enter the following command:
> show user group dev
The display is similar to the following:
Groups:
Name Access Authorization
Allow All
-------------------------------------------------------------
dev ssh + web + cli + telnet + ftp SHA
yes
Deleting a User Group
To delete a user group, specify the name of the group by using the command delete
user group.
NOTE: You cannot delete the predefined user groups named users and admins.
For example, to delete a user group named dev, enter the following commands:
> del user group dev
*> save
auth Internal or external password authentication. The default is
internal Strong Password Hashing (SHA).
To require external authentication, specify RADIUS or TACACS
and configure an authentication record for this user account.
For more information, see “Radius Authentication” (page 68).
all Indicates whether all access is given to the group. The default
is no, meaning that enforcement is in place to check the
access rights of the users in the group. If yes is specified for a
group (such as for the admins group), access checks are not
enforced.
Table 17. User Group Configuration Parameters (continued)
Parameter Description