AlvarionUsersAuthenticationMode

  • Base type Enumeration

Specifies the authentication mode to be used. none: Users are not allowed to login. local: The authentication is done locally from the device local database information. profile: An AAA profile is used in order to retrieve the authentication parameters. localAndProfile: The authentication is done locally first. If it fails an AAA profile is used.

Possible values

4 objects
Number Name
0 none
1 local
2 profile
3 localAndProfile