#3011 User's display name is not display correctly in desktop login.
Closed: Invalid None Opened 7 years ago by johnwcarew.

By company policy all of our AD account's display name are formatted like "<lastname>, <firstname>"
When the user sees there login in the list of users on the workstation they only see their last name. There seems to be a issue with the comma in the display name.


Fields changed

priority: major => minor

I'm not sure this is an sssd issue. What is the output of getent passwd $username for that user? What display manager is that?

We are using gnome.[[BR]]

This is the output of the getent command.[[BR]]
westmr1:*:12083:57282:West, Mikal R:/home/westmr1:/bin/csh

Then I would suggest asking the GDM developers (or accountsservice which IIRC feeds the info into GDM). SSSD is only more or less responsible for delivering the data. In your case the GECOS attribute is already displayed as "West, Michal R" so I would expect GDM to display that as well.

I'm fine with leaving this ticket open against SSSD, but so far I think SSSD is behaving correctly, can you ask GDM people what do they think?

The comma is used as a separator in the GECOS field by some older applications like finger, see https://en.wikipedia.org/wiki/Gecos_field for details.

_comment0: The comma is used as a separator in the GECOS field by some older applications like finger, see https://en.wikipedia.org/wiki/Gecos_field fir details. => 1463664420565562

Where would I go to submit a ticket for GDM? What looks to be needed is the support of wrapping the content in the gecos field with quotes, similar to CSV files. So that the comma doesn't get confused with an actual field separator.

I would say https://bugzilla.gnome.org/ or the bug tracker for your distribution.

Since this is not an issue in sssd, I'm closing this ticket.

resolution: => invalid
status: new => closed

Metadata Update from @johnwcarew:
- Issue set to the milestone: NEEDS_TRIAGE

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/4052

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata