apm aaa kerberos-keytab-fileΒΆ

apm aaa kerberos-keytab-file(1BIG-IP TMSH Manuaapm aaa kerberos-keytab-file(1)



NAME
       kerberos-keytab-file - Manages a Kerberos keytab file.

MODULE
       apm aaa

SYNTAX
       Configure the kerberos-keytab-file component within the aaa module
       using the syntax shown in the following sections.

   CREATE/MODIFY
	create kerberos-keytab-file [name]
	modify kerberos-keytab-file [name]
	  options:
	    app-service [[string] | none]
	    source-path [string]

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

   DISPLAY
	list kerberos-keytab-file
	list kerberos-keytab-file [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    app-service
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete kerberos-keytab-file [name]

DESCRIPTION
       You can use the kerberos-keytab-file component to create and manage a
       Kerberos Keytab file.

EXAMPLES
       create kerberos-keytab-file my_keytab { source-path
       file:/root/apmkeytab }
	    Creates a Kerberos Keytab file name my_keytab located at
	    root/apmkeytab.

       delete kerberos-keytab-file my_keytab
	    Deletes the Kerberos Keytab file name my_keytab.

OPTIONS
       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.

       source-path
	    Specifies the location of the Kerberos Keytab file.

       partition
	    Displays the partition within which the component resides.

SEE ALSO
       apm aaa kerberos, apm policy agent kerberos

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				  2014-10-27   apm aaa kerberos-keytab-file(1)