apm ntlm machine-accountΒΆ

apm ntlm machine-account(1)   BIG-IP TMSH Manual   apm ntlm machine-account(1)



NAME
       machine-account - Configures an APM NTLM machine account object.

MODULE
       apm ntlm

SYNTAX
       Configure the ntlm machine account using the syntax shown in the
       following sections.

   CREATE/MODIFY
	create machine-account [name]
	  options:
	    action [noop]
	    administrator-name [[string] | none]
	    administrator-password [[string] | none]
	    app-service [[string] | none]
	    domain-controller-fqdn [fqdn]
	    domain-fqdn [fqdn]
	    machine-account-name [[string] | none]

	modify machine-account [name]
	  options:
	    action [change-password | noop]
	    app-service [[string] | none]
	    domain-controller-fqdn [fqdn]

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

   DISPLAY
	list machine-account
	list machine-account [ [ [name] | [glob] | [regex] ] ... ]

   DELETE
	delete machine-account [name]

DESCRIPTION
       You can use the machine-account component to configure a NTLM machine
       account.

EXAMPLES
       create machine-account myaccount { machine-account-name
       "my_account_name" domain-fqdn "company.com" domain-controller-fqdn
       "server01.company.com" administrator-name "administrator"
       administrator-password "!My123Password" }
	    Creates a NTLM machine account named myaccount in the company.com
	    domain, with domain controller server01.company.com, administrator
	    name administrator and administrator password !My123Password.

       list  machine-account
	    Displays a list of all NTLM machine accounts created on the
	    system.

       delete machine-account myaccount
	    Deletes the NTLM machine account named myaccount the system.

OPTIONS
       machine-account-name
	    Specifies the name of the machine account.

       domain-fqdn
	    Specifies the Fully Qualified Domain Name. This setting is
	    required.

       domain-controller
	    Specifies the Fully Qualified Domain Name (FQDN) of the domain
	    controller for the domain specified in the domain-fqdn option. The
	    default is none.

       administrator-name
	    Specifies the name of a user that has administrative permissions
	    on an Active Directory server. This setting is required only when
	    a new machine account is being created.

       administrator-password
	    Specifies the password associated with administrator-name. This
	    setting is required only when a new machine account is being
	    created.

       action
	    Specifies the action type. To change the machine account password,
	    type this action: change-password else noop

	    change-password
		 Specifies that you want to change the machine account
		 password.

	    noop Specifies "no operation performed". This is the default.

       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
       ntlm-auth

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-2013, 2015. All rights
       reserved.



BIG-IP				  2015-07-22	   apm ntlm machine-account(1)