Re: Display name when using LDAP authentication

2012-08-23 Thread Yves Langisch
Vincent, Yes, that's also my conclusion. That looks like a bug then. - Yves On 23.08.2012 15:19, Vincent Latombe wrote: Hello Yves, it looks like UserNameResolver is never called from anywhere (at least from core). IMO it should be called in User#get(String, boolean). Vincent 2012/8/23 Yve

Re: Display name when using LDAP authentication

2012-08-23 Thread Vincent Latombe
Hello Yves, it looks like UserNameResolver is never called from anywhere (at least from core). IMO it should be called in User#get(String, boolean). Vincent 2012/8/23 Yves Langisch > Anyone please? > > - > Yves > > > On 11.08.2012 15:27, Yves wrote: > >> Hi, >> >> I've setup LDAP authenticati

Re: Display name when using LDAP authentication

2012-08-22 Thread Yves Langisch
Anyone please? - Yves On 11.08.2012 15:27, Yves wrote: Hi, 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

Display name when using LDAP authentication

2012-08-11 Thread Yves
Hi, 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 ava