[SSSD] [PATCH] KRB5: Recover gracefully if the ccache file could not be reused

2012-09-23 Thread Jakub Hrozek
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

[SSSD] [PATCH] Mark the fastcache files in the spec file as %ghost

2012-09-23 Thread Jakub Hrozek
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

[SSSD] [PATCH] Detect LDAPDerefRes in configure script

2012-09-23 Thread Jakub Hrozek
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

[SSSD] [PATCH] SYSDB: Remove unnecessary domain parameter from several sysdb calls

2012-09-23 Thread Jakub Hrozek
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:

[SSSD] AUTOFS: Store entry objects below map objects

2012-09-23 Thread Jakub Hrozek
[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