beautypg.com

Active users – Dell PowerEdge VRTX User Manual

Page 147

background image

147

FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\Dell Plasma\User

Guide\Plasma_UGSystemConfig.fm

D E L L CO N F I D E N T I A L – P R E L I MI N A RY 4/ 1 8 /1 3 - F O R PR O O F O N LY

The following is a sample script that sets password strength rules and creates a

user with a valid password.

Active Users

To view active users on the device:

• Click System > Management Security > Active Users in the tree view to

display the Active Users page.
The following fields are displayed for all active users:

Name — Active users logged into the device.

Protocol — The management method by which the user is connected

to the device.

Location — The user’s IP address.

Table 6-39. CLI Script to Configure Strong Password

CLI Command

Description

console#configure

console(conf)# passwords strength-

check enable

Enable strong passwords.

console(config)# passwords strength

minimum character-classes 3

Enable that passwords must

contain at least three

character classes.

password min-length 8

Enable that passwords must

contain at least eight

characters.

console(config)# username admin

privilege 15 password FGH123!@#

Create a user named

"admin" with privilege level

15 and password that fits

the strength rules.