acctena
Use the acctena
program to immediately unlock users who have locked themselves out of Bravura Security Fabric (intruder lockout). You can also use this program to disable a specified user’s profile ID.
The acctena
program does not enable users who have been disabled explicitly by the help desk or by this program.
Usage
acctena.exe -all [-check] [-time <minutes>] acctena.exe -user <loginID> [-check] [-time <minutes>] acctena.exe -user <loginID>
Option | Description |
---|---|
-user <loginID> | Unlock the user specified by <loginID>. |
-all | Unlock all users that have locked themselves out of Bravura Security Fabric . |
-check | Print a list of users that would be enabled by the program. When the -check option is specified, the program only lists the users, it does not enable them. This option requires the use of -all or -user. |
-time <minutes> | Specify the lockout duration. When the -time option is specified, a user must be locked out for at least <minutes> minutes before they can be unlocked. |
Examples
To see a list of users who have been locked out of Bravura Security Fabric for at least 10 minutes, type:
acctena.exe -all -check -time 10
To unlock all users who have been locked out Bravura Security Fabric for at least 10 minutes, type:
acctena.exe -all -time 10
To immediately unlock the user SMITHJO, type:
acctena.exe -user smithjo