Describes the user naming attributes supported in Vocera Analytics.
Vocera Analytics supports only the following two types of active directory user-naming
attributes:
- sAMAccountName
- userPrincipalName
Users can provide their username in one of the following ways:
- username—Vocera Analytics converts this into
userPrincipalName.
- username@domain.com—Vocera Analytics reads this as
userPrincipalName.
- domain\username—Vocera Analytics reads this as
sAMAccountName.
For more information on user naming attributes, see: https://docs.microsoft.com/en-us/windows/desktop/ad/naming-properties.