Purpose
Unlocks a locked user account
Synopsis
kas unlock -name <authentication ID> [-admin_username <admin principal to use for authentication>] [-password_for_admin <admin password>] [-cell <cell name>] [-servers <explicit list of authentication servers>+] [-noauth] [-help] kas u -na <authentication ID> [-a <admin principal to use for authentication>] [-p <admin password>] [-c <cell name>] [-s <explicit list of authentication servers>+] [-no] [-h]
Description
The kas unlock command unlocks the Authentication Database entry named by the -name argument. An entry becomes locked when the user exceeds the limit on failed authentication attempts, generally by providing the wrong password to either an AFS-modified login utility or the klog command. Use the kas setfields command to set the limit and the lockout time, and the kas examine command to examine the settings.
To unlock all locked user accounts at once, shutdown the kaserver process on every database server machine, and remove the /usr/afs/local/kaauxdb file from each one. The kaserver process recreates the file as it restarts.
Options
Examples
In the following example, an administrator using the admin account unlocks the entry for jones:
% kas unlock -name jones -admin_username admin Administrator's (admin) Password:
Privilege Required
The issuer must have the ADMIN flag set on his or her Authentication Database entry.
Related Information