-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
With openldap account providers and users with a display name composed of two words separated by a space (e.g. "name surname") on ejabberd only the first part ("name") is shown.
In case of identical names it is not possible to distinguish the user with whom to start a chat.
Steps to reproduce
- install local openldap account provider
- create username1 with
display name = "name1 surname1" - install and configure ejabberd and webtop modules
Expected behavior
- on webtop chat the user appears with "name1 surname1"
Actual behavior
-on webtop chat the user appears only with "name1"
Components
ns8-ejabberd
Similar problem solved on webtop with this issue: #6923
Thanks to Giuseppe Corazzin (Tck #185967)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done