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
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
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