See the following sections:
- class class-name;
- [edit system login user username]
Statement introduced before JUNOS Release 7.4.
Configure a user’s login class. You must configure one class for each user.
class-name—One of the classes defined at the [edit system login class] hierarchy level.
See Configuring User Accounts.
admin—To view this statement in the configuration.
admin-control—To add this statement to the configuration.
- 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 ];
- }
- [edit system login]
Statement introduced before JUNOS Release 7.4.
Define login classes.
class-name—A name you choose for the login class.
The remaining statements are explained separately in this chapter.
admin—To view this statement in the configuration.
admin-control—To add this statement to the configuration.