aaa/authentication/login/second

Configures the secondary fallback source of authentication.

Usage

<aaa-config xmlns="urn:brocade.com:mgmt:brocade-aaa">
	<aaa>
		<authentication>
			<login>
				<second>
					{local | local-auth-fallback | radius-auth-fallback | 
					tacacs+-auth-fallback | oauth2-auth-fallback | 
					ldap-auth-fallback}
				</second>
			</login>
		</authentication>
	</aaa>
</aaa-config>

Parameters

authentication
Specifies authentication.
login
Specifies login.
second
Specifies the secondary fallback source for authentication. Can be one of the following fallback mechanisms.
local
Use the local device database for authentication if the previous authentication fails for any reason.
local-auth-fallback
Use the local device database for authentication if the primary authentication fails for any reason. When this is configured as the second authentication method, the tertiary fallback configuration has no affect.
ldap-auth-fallback
Use the LDAP for authentication if the primary authentication fails for any reason.
oauth2-auth-fallback
Use the OAuth2 token for authentication if the primary authentication fails for any reason.
radius-auth-fallback
Use the RADIUS server for authentication if the primary authentication fails for any reason.
tacacs+-auth-fallback
Use the TACACS+ server for authentication if the primary authentication fails for any reason.