apm ntlm ntlm-authΒΆ

apm ntlm ntlm-auth(1)	      BIG-IP TMSH Manual	 apm ntlm ntlm-auth(1)



NAME
       ntlm-auth - Configures an APM NTLM authentication object.

MODULE
       apm ntlm

SYNTAX
       Configure the ntlm-auth using the syntax shown in the following
       sections.

   CREATE/MODIFY
	create ntlm-auth [name]
	  options:
	    app-service [[string] | none]
	    dc-fqdn-list [add | delete | modify | replace-all-with] {
		[[string]]
	    }
	    machine-account-name [[string] | none]

	modify ntlm-auth [name]
	  options:
	    app-service [[string] | none]
	    dc-fqdn-list [add | delete | modify | replace-all-with] {
		[[string]]
	    }
	    machine-account-name [[string] | none]

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

   DISPLAY
	list ntlm-auth
	list ntlm-auth [ [ [name] | [glob] | [regex] ] ... ]

   DELETE
	delete ntlm-auth [name]

DESCRIPTION
       You can use the ntlm-auth component to configure an NTLM authentication
       object.

EXAMPLES
       create ntlm-auth myaccount { dc-fqdn-list add { server01.company.com }
       machine-account-name "my_account" }
	    Creates a NTLM authentication object named myaccount with machine
	    account my_account, and the list of domain controllers specified
	    by dc-fqdn-list

       list ntlm-auth
	    Displays a list of all NTLM authentication objects created on the
	    system.

       delete ntlm-auth myaccount
	    Deletes the NTLM authentication object named myaccount from the
	    system.

OPTIONS
       dc-fqdn-list
	    Specifies a list of Fully Qualified Domain Names (FQDNs) for the
	    domain controllers to use for NTLM authentication.

       machine-account-name
	    Specifies the NTLM machine account object name to use for this
	    NTLM authentication

       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.

SEE ALSO
       machine-account

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



BIG-IP				  2014-05-27		 apm ntlm ntlm-auth(1)