We can simplify the configuration by discovering all supported types from the mapping configuration, as follows:
.ldap()
.mapping(Agent.class) // the Agent type is automatically added to the lit of supported types
.objectClasses("account")
.attribute("loginName", UID, true)
.readOnlyAttribute("createdDate", CREATE_TIMESTAMP)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira