summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitry Bazhenov <dima_b@pigeonpoint.com>2015-08-04 13:02:03 +0500
committerZdenek Styblik <stybla@turnovfree.net>2015-08-06 07:28:54 +0200
commit89e9e6344364ca4316e03feec40a77f2a1c77582 (patch)
tree7471981e160857fff4f992853116c2a711afe9d1 /doc
parent30becb3588ed4c94c70e347bb4412ea68acf7bee (diff)
downloadipmitool-89e9e6344364ca4316e03feec40a77f2a1c77582.tar.gz
ID:376 - Add means to configure "Bad Password Threshold"
Add support for setting and printing of the "Bad Password Threshold" LAN configuration parameter.
Diffstat (limited to 'doc')
-rw-r--r--doc/ipmitool.121
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/ipmitool.1 b/doc/ipmitool.1
index 2c20821..0d8adcc 100644
--- a/doc/ipmitool.1
+++ b/doc/ipmitool.1
@@ -1921,6 +1921,27 @@ ADMIN, issue the following command:
> ipmitool \-I \fIinterface\fR lan set \fIchannel\fR cipher_privs uaXXXXXXXXXXXXX
+.TP
+
+\fIbad_pass_thresh\fP <\fBthresh_num\fR> <\fB1|0\fR> <\fBreset_interval\fR> <\fBlockout_interval\fR>
+.br
+
+Sets the Bad Password Threshold.
+
+<\fBthresh_num\fR> If non-zero, this value determines the number of sequential bad passwords
+that will be allowed to be entered for the identified user before the user is automatically
+disabled from access on the channel.
+
+<\fB1|0\fR> 1 = generate a Session Audit sensor "Invalid password disable" event message.
+0 = do not generate an event message when the user is disabled.
+
+<\fBreset_interval\fR> Attempt Count Reset Interval. The interval, in tens of seconds, for
+which the accumulated count of bad password attempts is retained before being automatically
+reset to zero.
+
+<\fBlockout_interval\fR> User Lockout Interval. The interval, in tens of seconds, that the user
+will remain disabled after being disabled because the Bad Password Threshold number was reached.
+
.RE
.TP
\fIalert\fP \fIprint\fP [<\fBchannel\fR>] [<\fBalert destination\fR>]