Skip to content

Rebuild accountsservice #558

Closed
wants to merge 4 commits into from
Closed

Rebuild accountsservice #558

wants to merge 4 commits into from

Commits on Dec 20, 2017

  1. Configuration menu
    Copy the full SHA
    11671b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76cadc5 View commit details
    Browse the repository at this point in the history
  3. accountsservice: Add patch to disable user preload

    This is a mitigation to a yet unresolved nic problem with
    OptiPlex 990 workstations. If we have a local passwd, the
    accountsservice daemon will query shadow.byname over udp
    for each account. Because of the network problem, we
    sometimes loose packets and run into rpc timeouts, which are
    not properly handled and prevent gdm to display the login
    window.
    
    Avoid this mess by disabling the loading of user information.
    We don't need it, because we don't present a list of users to
    pick from anyway.
    
    --
    donald authored and pmenzel committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    895ec63 View commit details
    Browse the repository at this point in the history
  4. accountsservice: Increment revision

    donald authored and pmenzel committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    d5ab620 View commit details
    Browse the repository at this point in the history