Bug 36364 - ck-history frequently truncates login names
Summary: ck-history frequently truncates login names
Status: NEW
Alias: None
Product: ConsoleKit
Classification: Unclassified
Component: Daemon (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: william.jon.mccann
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-18 10:54 UTC by Scott Salley
Modified: 2011-04-18 10:54 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Scott Salley 2011-04-18 10:54:12 UTC
ck-history truncates most login names at my place of work and customer sites because of a hard coded length restriction of 8 characters. The length restriction should be removed or increased to a high enough value that only a tiny percentage of users would be affected. Note that POSIX has LOGIN_NAME_MAX in limits.h and that 8 characters is the minimum length a POSIX compliant system can support (http://pubs.opengroup.org/onlinepubs/007908799/xsh/limits.h.html).

At my installation and many customer sites, the login name uses the first letter of the first name and the full last name (and some sites use the full first and last names). Using statistics that others have gathered (google average length of last name), half of last names are more than 6 characters. This means ck-history will truncate around half of user names.

Additionally, users of OpenLDAP, Likewise Open, and other directory access mechanisms will almost always be affected as the initial portion of the login name contains a domain/realm and separator character.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.