[SSSD] [PATCH] ipa_s2n_get_user_done: make sure ALIAS name is lower case

2013-08-16 Thread Sumit Bose
Hi, the second patch fixes https://fedorahosted.org/sssd/ticket/1630 while the first adds a missing talloc_free(). One might argue that both talloc_free() can be removed because the parent context is freed later during the request. bye, Sumit From 8af12d60f892d25808a1a74517b9c2c2ff40eadf Mon Sep

[SSSD] [PATCHES] PAC responder improvements

2013-08-16 Thread Sumit Bose
Hi, this series of patches contains improvements for the PAC responder related to the support of UIDs and GIDs managed by AD. The first patch is a fix for https://fedorahosted.org/sssd/ticket/1996. The original idea in the ticket was to modify an existing user entry instead of deleting and recrea

Re: [SSSD] [PATCH] KRB5: Refactor cc_*_check_existing

2013-08-16 Thread Sumit Bose
On Thu, Aug 15, 2013 at 11:50:14AM -0400, Stephen Gallagher wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > There was duplicated code in cc_file_check_existing() and in > cc_dir_check_existing(). I pulled them into the same function. > > There are two changes made to the original cod