auth sourceΒΆ

auth source(1)					  BIG-IP TMSH Manual				       auth source(1)

NAME
       source - Configures the authorization source type for a BIG-IP(r) system.

MODULE
       auth

SYNTAX
       Configure the source component within the auth module using the syntax in the following sections.

   MODIFY
	modify source
	  options:
	    type [active-directory | ldap | local | radius | tacacs | cert-ldap | apm-auth]
	    fallback [true | false]

   DISPLAY
	list source
	list source [option]
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       You can use the source component to set up the authorization source type for the BIG-IP system. The fallback
       setting enables system auth fallback from remote to local.

EXAMPLES
       modify auth source type tacacs

       Sets up the authorization source type as tacacs.

       list auth source type

       Displays the authorization source type.

OPTIONS
       type Specifies the default user authorization source. The default value is local. When user accounts that
	    access the system reside on a remote server, the value of this option is the type of server that you are
	    using for authentication, for example, ldap.

       fallback
	    When true and type is set to a remote authentication source, if the remote server is unavailable,
	    authentication will fall back to local authentication. The default value is false.

SEE ALSO
       list, modify, 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						      2018-06-29				       auth source(1)