[SSSD] [PATCH] Include the configuration file as a %ghost entry

2011-08-09 Thread Stephen Gallagher
This is an issue only in the master branch. The recent patch to stop installing the example config into /etc/sssd/sssd.conf was incomplete and resulted in RPM removing existing configurations. This config file needs to be listed as a %ghost entry so it's maintained properly. From 670cde3837db931660

[SSSD] [PATCH] Remove private shared object Provides: for pysss.so and pyhbac.so

2011-08-09 Thread Stephen Gallagher
Eliminates rpmlint warning: libipa_hbac-python.x86_64: W: private-shared-object-provides /usr/lib64/python2.7/site-packages/pyhbac.so pyhbac.so()(64bit) (and also for pysss.so in the sssd package) From 01d80c94f77cd5fb25ee34a0a0be2e4b91a46846 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date

[SSSD] [PATCH] Allow more libldap debugging

2011-08-09 Thread Jakub Hrozek
This patch should not be pushed to master, but I would like to get it reviewed anyway. It should be used to provide a custom build for users experiencing cases where ldap_search_ext would block (c.f. https://bugzilla.redhat.com/show_bug.cgi?id=728343) For example: export SSSD_DEBUG_LDAP_SEARCH="0

Re: [SSSD] [PATCH] Include the configuration file as a %ghost entry

2011-08-09 Thread Jakub Hrozek
On 08/09/2011 02:05 PM, Stephen Gallagher wrote: > This is an issue only in the master branch. The recent patch to stop > installing the example config into /etc/sssd/sssd.conf was incomplete > and resulted in RPM removing existing configurations. This config file > needs to be listed as a %ghost e

Re: [SSSD] [PATCH] Include the configuration file as a %ghost entry

2011-08-09 Thread Alexander Bokovoy
On 09.08.2011 15:05, Stephen Gallagher wrote: > This is an issue only in the master branch. The recent patch to stop > installing the example config into /etc/sssd/sssd.conf was incomplete > and resulted in RPM removing existing configurations. This config file > needs to be listed as a %ghost entr

Re: [SSSD] [PATCH] Remove private shared object Provides: for pysss.so and pyhbac.so

2011-08-09 Thread Jakub Hrozek
On 08/09/2011 02:19 PM, Stephen Gallagher wrote: > Eliminates rpmlint warning: > libipa_hbac-python.x86_64: W: > private-shared-object-provides /usr/lib64/python2.7/site-packages/pyhbac.so > pyhbac.so()(64bit) > > (and also for pysss.so in the sssd package) > Ack If anyone else is wondering ab

[SSSD] [PATCH] Remove private shared object Provides: for pysss.so and pyhbac.so

2011-08-09 Thread Stephen Gallagher
Eliminates an rpmlint warning about private shared object provides. There's no reason to be advertising this. From 01d80c94f77cd5fb25ee34a0a0be2e4b91a46846 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 9 Aug 2011 08:17:20 -0400 Subject: [PATCH 1/3] Remove private shared object Provid

[SSSD] [PATCHES] Fixes for sysdb upgrades

2011-08-09 Thread Stephen Gallagher
I noticed two issues with sysdb upgrades: Patch 0001: If the transaction failed to commit for any reason, we were not cancelling it. This could leave the LDB in an unusable state. Patch 0002: There was a double-free in sysdb_domain_init_internal(), since tmp_ctx was allocated as a child of ctx. F

Re: [SSSD] [PATCH] Include the configuration file as a %ghost entry

2011-08-09 Thread Alexander Bokovoy
On 09.08.2011 16:50, Jakub Hrozek wrote: > On 08/09/2011 02:05 PM, Stephen Gallagher wrote: >> This is an issue only in the master branch. The recent patch to stop >> installing the example config into /etc/sssd/sssd.conf was incomplete >> and resulted in RPM removing existing configurations. This