auth login-failuresΒΆ

auth login-failures(1)					BIG-IP TMSH Manual				    auth login-failures(1)

NAME
       login-failures - Displays or resets the status of the accounts of users whose attempts to log in to the BIG-IP(r) system
       have failed.

MODULE
       auth

SYNTAX
       Configure the login-failures component within the auth module using the following syntax.

   MODIFY
	reset-stats login-failures
	  options:
	    username

   DISPLAY
	show login-failures
	  options:
	    field-fmt
	    username

DESCRIPTION
       Users assigned a role of Administrator can reset the status of a user who is locked out of the BIG-IP system due to
       enforcement of a company's security requirements. Users assigned other roles can only view login failures.

EXAMPLES
       show login-failures

       Displays the login failure status of all users.

       show login-failures joe

       Displays login failure status for the user joe.

       reset-stats login-failures

       Resets the failed login counters for all users to zero and unlocks all users.

       reset-stats login-failures joe

       Resets the failed login counter for the user joe to zero and unlocks the user joe.

OPTIONS
       show For information about the options that you can use with the show command, see help show.

       username
	    Specifies a user account to display or reset.

SEE ALSO
       auth user, reset-stats, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or mechanical, including
       photocopying, recording, or information storage and retrieval systems, for any purpose other than the purchaser's personal
       use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2009-2010. All rights reserved.

BIG-IP							    2012-04-03					    auth login-failures(1)