Chapter 7: Using the Command Line Interface
298
Single Login Limitation
This command syntax enables or disables the single login feature, which
controls whether multiple logins using the same login name
simultaneously is permitted.
config:#
security loginLimits singleLogin <option>
Variables:
<option> is one of the options:
enable
or
disable
.
Option
Description
enable
Enables the single login feature.
disable
Disables the single login feature.
Example
The following command disables the single login feature so that more than
one user can log in using the same user name at the same time.
config:#
security loginLimits singleLogin disable
Password Aging
This command syntax enables or disables the password aging feature,
which controls whether the password should be changed at a regular
interval:
config:#
security loginLimits passwordAging <option>
Variables:
<option> is one of the options:
enable
or
disable
.
Option
Description
enable
Enables the password aging feature.
disable
Disables the password aging feature.