ColubrisUsersAuthenticationMode

  • Base type Enumeration

Specifies the authentication mode to be used. none: Users are not allowed to login. local: User authentication is done via the local user accounts. profile: A third-party authentication server is used. localAndProfile: Authentication is done locally first. If it fails, a third-party authentication server is used.

Possible values

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