AuthenticationMode constants
The authentication method that is actually used for a particular user is determined by the AuthenticationMode specified for the user.
Setting the AuthenticationMode for a user impacts the passwords for that DevOps Plan user account.
| Constant | Value | Description |
|---|---|---|
| _LDAP_AUTHENTICATION | 1 | LDAP authentication. The SetLDAPAuthentication method sets the DevOps Plan user password in the DevOps Plan application to a special value which indicates that the user is configured for LDAP authentication. This prevents earlier versions of DevOps Plan applications from being able to login using DevOps Plan authentication, instead of the desired LDAP authentication. |
| _CQ_AUTHENTICATION | 2 | DevOps Plan authentication. The new_password argument of the SetCQAuthentication method is stored as the DevOps Plan password in the DevOps Plan application, as is done for all traditional DevOps Plan authenticated users. |