auth remote-userΒΆ

auth remote-user(1)	      BIG-IP TMSH Manual	   auth remote-user(1)



NAME
       remote-user - Configures the default role, partition access, and
       console access for all remotely authenticated user accounts that have
       not been added as local user accounts on the BIG-IP(r) system.

MODULE
       auth

SYNTAX
       Configure the remote-user component within the auth module using the
       syntax shown in the following sections.

   MODIFY
	modify remote-user
	  options:
	    default-partition [all | Common | [partition name] ]
	    default-role [acceleration-policy-editor | admin |
			  fraud-protection-manager | application-editor |
			  auditor | firewall-manager | guest |
			  irule-manager | manager | no-access |
			  operator | resource-admin | user-manager |
			  web-application-security-administrator |
			  web-application-security-editor ]
	    description [string]
	    remote-console-access [disabled | tmsh]

   DISPLAY
	list remote-user
	show running-config remote-user
	  options:
	    all-properties
	    non-default-properties
	    one-line

   DELETE
       You cannot delete the remote-user defaults, you can only modify the
       values of the options.

DESCRIPTION
       You can use the remote-user component to configure the default
       parameters for all the remote user accounts on the BIG-IP system as a
       group. To assign a different access level to a specific remote user,
       you must create a local user account for that user on the BIG-IP
       system. See the auth user man page for more information.

       Users assigned the role of Administrator or Resource Administrator can
       modify the parameters of the remote-user component. Users assigned all
       other roles can view the parameters of the remote-user component.

EXAMPLES
	    modify remote-user default-partition Common default-role no access
	    remote-console-access disabled

	    For all remote users, sets the default partition access to
	    partition Common, the default role to no-access, and the default
	    remote console access to disabled.

	    modify remote-user default-partition all default-role no access
	    remote-console-access disabled

	    For all remote users, sets the default partition access to all
	    partitions, the default role to no-access, and the default remote
	    console access to disabled.

OPTIONS
       default-partition
	    Specifies the default partition for all remote user accounts. The
	    default value is all.

       default-role
	    Specifies the default role for all remote user accounts. The
	    default value is no-access.

       description
	    Specifies a user-defined description.

       remote-console-access
	    Specifies whether you are granting this user access to tmsh or
	    disabling remote console access for this user. The default value
	    is disabled.

SEE ALSO
       auth remote-role,auth user, list, modify, 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-2013. All rights reserved.



BIG-IP				  2014-03-17		   auth remote-user(1)