The requirements are as follows:
Fields
Validation
First name
- Maps to ‘givenName’
- Is a required field and must not be empty.
Last name
- Maps to ‘sn’
- Is a required field and must not be empty.
- Maps to ‘mail’
- Is a required field and must not be empty.
User Status
- Maps to the users status in Active Directory.
- This field is not validates.
Job Title
- Maps to ‘title
- This field is not validated.
User Groups
- Maps to ‘memberOf’.
- This field is not validated.
Manager
- Maps to ‘manager’.
- This field is not validated.
Office
- Maps to ‘physicalDeliveryOfficeName’.
- This field is not validated.
Department
- Maps to ‘department’.
- This field is not validated.
Landline
- Maps to ‘telephoneNumber’.
- Must not be over 25 characters.
- Number, with ( ) – are allowed.
- Letters are not allowed, for example EXT.
Mobile
- Maps to ‘mobile’.
- Must not be over 25 characters.
- Number, with ( ) – are allowed.
- Letters are not allowed, for example EXT.
Photo
- Maps to ‘thumbnailPhoto’.
- This field is not validated.