[Patch] Fix for #293
by Simo Sorce
Add upper-casing of domain when assigning realm.
--
Simo Sorce * Red Hat, Inc * New York
13 years, 2 months
[PATCH] Make ldb lib dir configurable
by Sumit Bose
Hi,
this patch makes it possible to configure the place where the ldb
modules shall be stored. The command line option has the highest
priority, if not given pkg-config is queried. If everything fails we fall
back to ${libdir}/ldb.
bye,
Sumit
13 years, 2 months
[PATCH] Update NL Translation
by Stephen Gallagher
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- --
Stephen Gallagher
RHCE 804006346421761
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iEYEARECAAYFAksNHL4ACgkQeiVVYja6o6OmiwCeJMjewhyuFcXk8yZc0VxHiZjn
u2YAnRxoJF+a+GqmM2F8pKDKrP3SgulP
=w/ph
-----END PGP SIGNATURE-----
13 years, 2 months
[PATCH] fix internal consistency check
by Simo Sorce
We used to do this via a preprocessor macro so the build would fail
but since we changed the original code to use enums instead this is not
possible anymore.
Turn it into a runtime check.
Simo.
--
Simo Sorce * Red Hat, Inc * New York
13 years, 2 months
[PATCH] Use ldb modules from build root for tests
by Sumit Bose
Hi,
when running 'make check' on a system where the ldb memberof plugin is
not installed, e.g. every build system where sssd is not installed but
just build, the sysdb test fails in the ASQ test. This patch changes the
ldb module path if sysdb is compiled for the test. Maybe we want to set
the path to something like $(libdir)/ldb for the real case, too?
bye,
Sumit
13 years, 2 months
[PATCH] Fix #289
by Simo Sorce
Left out the filter users in group check by mistake when optimized
enumerations.
Simo.
--
Simo Sorce * Red Hat, Inc * New York
13 years, 2 months
[PATCH] Speed up NSS responses while offline
by Stephen Gallagher
When offline, we check at regular intervals to see if the backend
has come back online. This means that every n seconds (the online
check interval), NSS requests may lag as we attempt to go out to
the remote server and update the cache.
With this patch, we will now always return the cached data while
we are offline and queue up an out-of-band cache refresh to
determine whether the data provider is back online.
--
Stephen Gallagher
RHCE 804006346421761
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/
13 years, 2 months