sssd:sssd-1-7

Last commit made on 2011-12-22
Get this branch:
git clone -b sssd-1-7 https://git.launchpad.net/sssd

Branch merges

Branch information

Name:
sssd-1-7
Repository:
lp:sssd

Recent commits

1e63840... by Stephen Gallagher

Importing new translations for 1.7.0 release

cbe8cbd... by Stephen Gallagher

Add compatibility layer for Heimdal Kerberos implementation

dc09a9a... by Jakub Hrozek <email address hidden>

Honor case sensitive flag when creating the ccname template

c922d91... by Jakub Hrozek <email address hidden>

Return user and group names lowercased in case insensitive domains

6053970... by Jakub Hrozek <email address hidden>

sss_get_cased_name utility function

13308d6... by Jakub Hrozek <email address hidden>

Save original memberof, not memberof

b8ecc58... by Jakub Hrozek <email address hidden>

Failover: Introduce a per-service timeout

https://fedorahosted.org/sssd/ticket/976

f76cb01... by Jakub Hrozek <email address hidden>

Do not touch resolve_service_state in fo_resolve_service_done

f82ea00... by Jakub Hrozek <email address hidden>

Resolver: Introduce a per-request timeout

d844aab... by Stephen Gallagher

PAM: make initgroups timeout work across multiple clients

Instead of timing out the initgroups lookup on a per-cctx basis,
we will maintain a hash table of recently-seen users and use this
instead. This will allow SSSD to handle user's logging into
multiple services simultaneously more graciously, as well as
playing nicer with SSH (which makes calls to PAM both before and
after a fork).

https://fedorahosted.org/sssd/ticket/1063