[Contents] [Prev] [Next] [Index] [Report an Error]

class

See the following sections:

class (Assign a Class to an Individual User)

Syntax

class class-name;

Hierarchy Level

[edit system login user username]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Configure a user’s login class. You must configure one class for each user.

Options

class-name—One of the classes defined at the [edit system login class] hierarchy level.

Usage Guidelines

See Configuring User Accounts.

Required Privilege Level

admin—To view this statement in the configuration.

admin-control—To add this statement to the configuration.

class (Define Login Classes)

Syntax

class class-name {
allow-commands "regular-expression";
allow-configuration "regular-expression";
deny-commands "regular-expression";
deny-configuration "regular-expression";
idle-timeout minutes;
no-world-readable;
permissions [ permissions ];
}

Hierarchy Level

[edit system login]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Define login classes.

Options

class-name—A name you choose for the login class.

The remaining statements are explained separately in this chapter.

Usage Guidelines

See Defining Login Classes.

Required Privilege Level

admin—To view this statement in the configuration.

admin-control—To add this statement to the configuration.

Related Topics

 user


[Contents] [Prev] [Next] [Index] [Report an Error]