-
Bug
-
Resolution: Unresolved
-
Major
-
None
I've setup LDAP authentication which works fine. The only issue I have is that only the user id is properly populated. Instead of populating the name with e.g. the displayName attribute from the LDAP object, the user id is copied over to the name. Apparently there is no UserNameResolver available for LDAP. So I've created a plugin implementing this extension point but it's never invoked. Also there is no reference in the code.
Any news or plans on this? Would be great if this could be solved...