-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Allow entering parent groups for groupadd,useradd,usermod as FQDN. Since
members and parents must be from the same domain, error out if we can't
determine the domain of member.
Fixes: #121
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iEYEARECAAYFAkq57t0ACgkQHsardTLnvCUorwCg5h0oBR5fiBkcRpl4YUTDfC/z
tOgAoIm8aFbSgNbdic2wnWQVTmczobKS
=MxFq
-----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Kindly see the patch. It is really just a bandaid until we get ELAPI
properly integrated. Most of the patch is just s/DEBUG(0/SYSLOG_ERROR/
Jakub
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iEYEARECAAYFAkqziRMACgkQHsardTLnvCVy2QCgsPmobuQh606WvMWOazDoCXuA
kbcAoMF6CnyTNcSTYFumVwG4ExS9LAv/
=q8Pi
-----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Older python versions (such as that used in RHEL5) do not have a
python-config executable to report CFLAGS and LIBS. In order to
support such versions of python, we will duplicate the logic that
python-config would have performed directly in our configure
script
The original patch that enabled the python support broke the RHEL5
builds. This patch will fix it. Please review promptly.
- --
Stephen Gallagher
RHCE 804006346421761
Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iEYEARECAAYFAkq346kACgkQeiVVYja6o6NzCgCeI6DZxA/OKJlbx/sjI7bSYuj1
H8YAn1SCiIU+uuqB6guXduOZAHaIcMUA
=fH7N
-----END PGP SIGNATURE-----
1) Add get_entry_as_bool function
2) Make all parameters in confdb_get_domain_internal() use macro
names for the attributes. This will make it easer to convert
them to the version 2 config file.
--
Stephen Gallagher
RHCE 804006346421761
Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Fix another crash I noticed while integrating ELAPI..the
set_default_template functions has variable number of arguments and uses
E_EOARGS as sentinel. The call of set_default_template used in
get_default_template did not use any variable arguments, resulting in crash.
Also notes that the sentinel is a must instead of should in header file
(looking at process_arg_list() there is no other way to quit the
while(1) loop)
Update unit tests with two tests that stress this bug and the one in
elapi_init() fixed yesterday.
Jakub
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iEYEARECAAYFAkqySmYACgkQHsardTLnvCUnTACePgtJI97BGf2bPw6yMcoxBgdP
cU4AoMzgSVoJd6BteJ6m3rammQAF/ycI
=w2Lj
-----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Attached are three patches.
[PATCH 1/3] Refactor tools code
Refactores tools code while still retaining the original structure.
Move parameter parsing in tools before attempting to do anything that
might fail - so that we have debug_level set correctly for potential
error messages. That allows printing the --help and --usage messages
without being root.
[PATCH 2/3] Decouple synchronous sysdb interface from tools
Instead of working directly with async code in tools, create synchronous
wrappers that could be used by tools and python bindings.
[PATCH 3/3] Provide python bindings for sysdb
Implement a set of python bindings for the sysdb with feature set
similar to what is available in the tools. The primary
consumers would be applications like system-config-users.
These three patches resolve tickets 102, 87 and 95.
Jakub
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iEYEARECAAYFAkqNx4UACgkQHsardTLnvCXWSQCgyVRBOCQOPr1Wltg6Kv9/7Bxk
C9AAmwcvhQ2VxUeG4uMklgJT19cTzw6L
=l7DI
-----END PGP SIGNATURE-----
Patch 0001: sssd.conf(5) didn't refer to sssd-ldap(5)
Patch 0002: sssd-ldap(5) was missing the groupSearchBase option
--
Stephen Gallagher
RHCE 804006346421761
Looking to carve out IT costs?
www.redhat.com/carveoutcosts/