Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
This bug is targeted for DSIPA21 but fixed after 1.2.9.6 so not included in the rebase, so cloning.
+++ This bug was initially created as a clone of Bug #732541 +++
Description of problem:
When adding an AutoMember definition, it is possible to receive an error 32 because the plugin is searching for children prior to the definition existing.
Error Message:
auto-membership-plugin - automember_parse_config_entry: Error searching for child rule entries for config "cn=hostgroup,cn=automember,cn=etc,dc=example,dc=com" (err=32)
How reproducible:
The problem seems to manifest itself when you use 2 separate LDIFs.
1st LDIF contains the cn=config modification to point at cn=config
2d LDIF contains the cn=Hostgroup/cn=Group,cn=automember,cn=etc,$SUFFIX
Steps to Reproduce:
1. Install FreeIPA
2. Insert modification to cn=config to point to cn=automember,cn=etc,$SUFFIX
3. Insert modification to add cn=Hostgroup/cn=Group,cn=automember,cn=etc,$SUFFIX
Actual results:
Error Message:
auto-membership-plugin - automember_parse_config_entry: Error searching for child rule entries for config "cn=hostgroup,cn=automember,cn=etc,dc=example,dc=com" (err=32)
Expected results:
Expected that the definitions get created successfully without having to search for children prior to their own existence.
--- Additional comment from nkinder on 2011-08-24 13:18:23 EDT ---
To reproduce without having to install/setup FreeIPA, do the following:
- Run setup-ds.pl to create a new DS instance with a suffix of
'dc=example,dc=com'.
- Use ldapmodify to apply the operations in ldif1.ldif (attached).
- Do a 'service dirsrv restart' to apply the config area change from ldif1.ldif.
- Use ldapmodify to apply the operations in ldif2.ldif (attached). This will
fail with an err=53.
The fix should cause the second ldif to apply with no errors.
--- Additional comment from nkinder on 2011-08-24 13:38:51 EDT ---
Created attachment 519675[details]
test ldif (ldif1)
--- Additional comment from nkinder on 2011-08-24 13:39:14 EDT ---
Created attachment 519676[details]
test ldif (ldif2)
--- Additional comment from nkinder on 2011-08-24 13:43:28 EDT ---
Created attachment 519679[details]
Patch
--- Additional comment from nkinder on 2011-08-24 16:11:45 EDT ---
Checked into master and 389-ds-base-1.2.9 branch. Thanks to Rich for his review!
Counting objects: 13, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 1.10 KiB, done.
Total 7 (delta 4), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/389/ds.git
971dded..7e43a28 master -> master
Counting objects: 13, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 1.12 KiB, done.
Total 7 (delta 4), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/389/ds.git
5ff4af3..6ceca02 129-local -> 389-ds-base-1.2.9
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHEA-2011-1711.html