apm policy agent kerberosΒΆ

apm policy agent kerberos(1)  BIG-IP TMSH Manual  apm policy agent kerberos(1)



NAME
       kerberos - Manages a Kerberos agent.

MODULE
       apm policy agent

SYNTAX
       Configure the kerberos component within the policy agent module using
       the syntax shown in the following sections.

   CREATE/MODIFY
	create kerberos [name]
	modify kerberos [name]
	  options:
	    app-service [[string] | none]
	    max-logon-attempt [integer]
	    server [string]

	edit kerberos  [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list kerberos
	list kerberos [ [ [name] | [glob] | [regex] ] ... ]
	show running-config kerberos
	show running-config kerberos [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    partition

	show kerberos
	show kerberos [name]

   DELETE
	delete kerberos [name]

DESCRIPTION
       You can use the kerberos component to create and manage a Kerberos
       agent.

EXAMPLES
       create kerberos my_kerberos_agent
	    Creates a Kerberos agent named my_kerberos_agent.

       list kerberos all
	    Displays a list of Kerberos agents.

       delete kerberos my_kerberos_agent
	    Deletes the Kerberos agent named my_kerberos_agent.

OPTIONS
       [name]
	    Specifies the name of the component. This option is required.

       app-service
	    Specifies the name of the application service to which the object
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the object. Only the application
	    service can modify or delete the object.

       max-logon-attempt
	    Specifies the maximum number of opportunities that users have to
	    re-enter credentials after their first attempt to log in fails. If
	    you set this value to a number from 2 to 5 inclusive, the system
	    allows users the specified number of opportunities to log in after
	    the first attempt to log in fails. If you set the value to 1, the
	    system does not allow a second log in opportunity after a first
	    log in attempt fails. The default value is 3.

       partition
	    Displays the partition within which the component resides.

       server
	    Specifies the name of the Kerberos server. This option is
	    required.

SEE ALSO
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 2011-2012. All rights reserved.



BIG-IP				  2012-10-19	  apm policy agent kerberos(1)