https://fedorahosted.org/sssd/ticket/1384
I tested by logging in from one terminal, then chowning the ccache to
root.root to make the existing ccache unusable by the krb5_child process
and attempting to log in from another terminal.
Without the patch, the second login would just fail. With the pa
https://fedorahosted.org/sssd/ticket/1487
>From 158108fde81b2e3d019aa78f17e24b5afa90a00c Mon Sep 17 00:00:00 2001
From: Jakub Hrozek
Date: Sat, 22 Sep 2012 00:24:16 +0200
Subject: [PATCH] Mark the fastcache files in the spec file as %ghost
https://fedorahosted.org/sssd/ticket/1487
---
contrib/ss
To test, remove the openldap24 RPMs on RHEL5 systems and attempt to
build the SSSD. Without the patch, compilation fails because there's no
LDAPDerefRes. With the patch, the build process fails during configure.
https://fedorahosted.org/sssd/ticket/1317
>From 2b29b56eee950e2d5b5f527220c5ee9286099f
The domain can be read from the sysdb object. Removing the domain string
makes the API more self-contained.
The second patch just changes void * to TALLOC_CTX * on several places.
>From 5e5d9b63c004216ca3dd98ce73a10cc5de018e9b Mon Sep 17 00:00:00 2001
From: Jakub Hrozek
Date: Fri, 21 Sep 2012 23:
[PATCH 1/5] AUTOFS: Do not fail if search base is not provided
We need to fall back to rootDSE provided search base instead of failing
[PATCH 2/5] AUTOFS: Add sysdb tests
I knew I would be changing the sysdb interface so I coded up tests to
avoid regressions
[PATCH 3/5] AUTOFS: Add entry objects