[PATCH] added generic LDAP search sdap_get_generic_send/_recv
by Sumit Bose
Hi,
currently the sdap interface is only used by the ID provider and
consequently only offers special search for users and groups. This patch
adds a generic search, i.e. the caller can specify the search base and
and an attribute list. This will be used by the IPA access provider to
load HABC rules from the IPA server.
bye,
Sumit
13 years, 5 months
[PATCH] Fix broken RHEL5 builds
by Stephen Gallagher
Fix RPM builds on older versions of rpmbuild
Older versions of rpmbuild do not accept multiple '-f' options
being specified, so we'll add the krb5_locator_plugin.so to the
sss_daemon.lang filelist instead of putting it in its own file.
--
Stephen Gallagher
RHCE 804006346421761
Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
13 years, 5 months
[PATCHES] Assorted packaging fixes
by Stephen Gallagher
0001: Use Python 3-compatible sitearch and sitelib
0002: Better detect installed language files. Previously we were
including the translation files for both the daemon and clients in the
server package. This will separate them so the sss_client translations
will be shipped in the sssd-client package.
0003: Clean up rpmlint errors and warnings in sssd-client package
- Run ldconfig in sssd-client post and postun
- Version libnss_sss.so as libnss_sss.so.2 (to set the correct
SONAME)
0004: Set the Default-Stop LSB option for the SSSD sysv init script
rpmlint warned that no Default-Stop option had been specified (which is
mandatory for LSB-compatibility)
--
Stephen Gallagher
RHCE 804006346421761
Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
13 years, 5 months
[PATCH] Introduce native ipa options
by Simo Sorce
This patch introduces the first set of native ipa options.
At the moment a full configuration still requires specifying krb5
specific options. This will be fixed once Sumit provides a patch for the
krb5 provider that uses the dp_option helpers.
NOTE: this is not reflected in the man page which is built with the
final result in mind.
Simo.
--
Simo Sorce * Red Hat, Inc * New York
13 years, 5 months
[PATCH] minor cleanup
by Simo Sorce
This just fixed the order of the options passed to auth_recv so that it
conforms to the rest of the code.
I prefer to always see inputs parameters before output parameters.
Simo.
--
Simo Sorce * Red Hat, Inc * New York
13 years, 5 months