aaa/authentication/login/first
Configures the primary source of authentication.
Usage
<aaa-config xmlns="urn:brocade.com:mgmt:brocade-aaa">
<aaa>
<authentication>
<login>
<first>
{default | ldap | local | radius | tacacs+ | oauth2}
</first>
</login>
</authentication>
</aaa>
</aaa-config>
Parameters
- authentication
- Specifies authentication.
- login
- Specifies login.
- first
-
Specifies the primary source of authentication.
-
default
- The default login mode, which is the local server..
-
ldap
- Use LDAP server for authentication.
-
local
- Use the local server for authentication.
-
oauth2
- Use OAuth2 token for authentication.
-
radius
- Use RADIUS server for authentication.
-
tacacs+
- Use TACACS+ server for authentication.