ltm profile ntlmΒΆ

ltm profile ntlm(1)	      BIG-IP TMSH Manual	   ltm profile ntlm(1)



NAME
       ntlm - Configures a Microsoft(r) Windows(r) NT Local Area Network (LAN)
       manager profile.

MODULE
       ltm profile

SYNTAX
       Configure the ntlm component within the ltm profile module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create ntlm [name]
	modify ntlm [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [name]
	    description [string]
	    insert-cookie-domain [domain]
	    insert-cookie-name [cookie name]
	    insert-cookie-passphrase [passphrase]
	    key-by-cookie [disabled | enabled]
	    key-by-cookie-name [cookie name]
	    key-by-domain [disabled| enabled]
	    key-by-ip-address [disabled | enabled]
	    key-by-target [disabled| enabled]
	    key-by-user [disabled | enabled]
	    key-by-workstation [disabled| enabled]

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

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

   DELETE
	delete ntlm [name]

DESCRIPTION
       You can use the ntlm component to create a Microsoft Windows NT LAN
       manager (NTLM) profile to manage servers on the LAN that are running
       Windows NT.

EXAMPLES
       create ntlm my_ntlm_profile defaults-from ntlm

       Creates a Microsoft Windows NT LAN manager profile named
       my_ntlm_profile that inherits its settings from the system default NTLM
       profile named ntlm.

       list ntlm all-properties

       Displays all properties for all NTLM profiles.

OPTIONS
       app-service
	    Specifies the name of the application service to which the profile
	    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 profile. Only the application
	    service can modify or delete the profile.

       defaults-from
	    Specifies the profile that you want to use as the parent profile.
	    Your new profile inherits all settings and values from the parent
	    profile specified. The default value is ntlm.

       description
	    User defined description.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       insert-cookie-domain
	    Specifies an optional domain for the inserted cookie. The default
	    is none, which causes no domain to be configured for the inserted
	    cookie.

       insert-cookie-name
	    Specifies a cookie name that the system inserts in the cookie. The
	    default value is NTLMconnpool.

       insert-cookie-passphrase
	    Specifies a cookie passphrase that the system inserts in the
	    cookie. The default value is mypassphrase.

       key-by-cookie
	    Specifies whether the system uses the existing cookie as the key.
	    The default value is disabled.

       key-by-cookie-name
	    Specifies whether the system uses the value of the insert-cookie-
	    name option as the key. The default value is mycookie.

       key-by-domain
	    Specifies whether the system uses the NTLM domain as the key. The
	    default value is disabled.

       key-by-ip-address
	    Specifies whether the system uses the client IP address as the
	    key. The default value is disabled.

       key-by-target
	    Specifies whether the system uses the NTLM target as the key. The
	    default value is disabled.

       key-by-user
	    Specifies whether the system uses the NTLM user as the key. The
	    default value is enabled.

       key-by-workstation
	    Specifies whether the system uses the NTLM workstation as the key.
	    The default value is disabled.

       name Specifies a unique name for the component. This option is required
	    for the commands create, delete, and modify.

       regex
	    Displays the items that match the regular expression. The regular
	    expression must be preceded by an at sign (@[regular expression])
	    to indicate that the identifier is a regular expression. See help
	    regex for a description of regular expression syntax.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, regex, 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, 2012. All rights
       reserved.



BIG-IP				  2012-10-19		   ltm profile ntlm(1)