Specifications
3-20
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
clear users
clear users
To clear user connections or to unlock users that have been locked out, use the clear users EXEC
command.
clear users [administrative | locked-out {all | username username}]
Syntax Description
Defaults No default behavior or values.
Command Modes EXEC
Device Modes application-accelerator
central-manager
Usage Guidelines The clear users administrative command clears the connections for all administrative users who are
authenticated through a remote login service, such as TACACS. This command does not affect an
administrative user who is authenticated through the local database. Only locally authenticated
administrative users can run this command.
The clear users locked-out command unlocks user accounts that have been locked out. If a strong
password policy is enabled (see the (config) authentication strict-password-policy command) a user
account will be locked out if the user fails three consecutive login attempts. (This restriction does not
apply to the admin account.)
Examples The following example shows how to clear the connections of all authenticated users:
WAE(config)# clear users
The following example shows how to clear the connections of all administrative users authenticated
through a remote login service (it does not affect administrative users authenticated through the local
database):
WAE(config)# clear users administrative
The following example shows how to unlock all locked-out user accounts:
WAE(config)# clear users locked-out all
users Clears the connections (logins) of authenticated users.
administrative (Optional) Clears the connections (logins) of administrative users
authenticated through a remote login service.
locked-out (Optional) Unlocks specified locked-out user accounts.
all Specifies all user accounts.
username username Specifies account username.