Summary: If there is no on-premise Exchange server in your environment Exchange attributes will not be populated. This article contains a step-by-step instruction on how to populate mailnickname user attribute that is required for synchronization to work properly.
Applies to: 8.x and later
ID: KB20210921-2
Video Tutorial
Configuration
- In Admin Console navigate to Home > Configuration > Web Portal > Web Actions > Active Directory > New User.
- Open Account section.
- Set email and add primary proxy address to Only when a user is created with a mailbox.
- Save changes.
- Create AD Users | Set Attribute Value rule.
- Set Query Criteria to this value: {(mail -like "*") -and (mailNickname -notlike "*")}
- Set Attribute to mailnickName
- Set Value to $FoundObject.SamAccountName
- Save changes.
When the rule is run all users who have email address but don't have mailnickName will have mailnickName set to SamAccountName.
Comments
0 comments
Please sign in to leave a comment.