|
||||||||
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 |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
As far as I can see from my point of view, the LdapTemplate has a list of of attributes for the request. It could be modified before a request is done. Now it is set to NULL which indicates to request all attributes.
LdapTemplate is bound to the AppContext, so it is used for each request. Therefore it should be explizitly set before a request is done. That would be an easy solution. The list of attributes could be given in settings with a default (e.g. uid).
I'm affraid I can't do the change on my own at work ... some resources missing and no chance to create a PR.
This could be done for user and usergroup requests.