Scenario:
- The LDAP plugin for custom attribute lookup is set up according to the 'LDAP Configuration' document.
- The plugin loaded succesfully and the Attribute Lookup completed without any errors.
- However, Custom Attributes are not populated with LDAP values.
Verification steps after custom attribute lookup is set up and loaded:
Resolution:
If manager is not defined in LDAP, all Manager attributes are filled with sender values.
attr.Manager = :(mail=$sender-email$):manager
attr.Manager\ First\ Name = :(distinguishedName=$Manager$):givenName
attr.Manager\ Last\ Name = :(distinguishedName=$Manager$):sn
attr.Manager\ Phone = :(distinguishedName=$Manager$):telephoneNumber
attr.Manager\ Email = :(distinguishedName=$Manager$):mail