Using a Source Scope to check if the object has a givenName in Domino
説明
When using the Coexistence Manager for Notes (CMN) Directory Connector to create objects with first.last@company.com email addresses, accounts with only a last name are created with .last@company.com email address.
原因
This is by design of using the Provision and Update Attributes to build the email address to include a separator for the first and last name.
対策
Create two connectors and create a Source Scope on each to check for the givenName.
The first one checks for the givenName to be blank and creates an email address without a separator last@company.com
The second one checks that the givenName is present and creates the email address to be first.last@company.com