.Automembership plug-in improvements. It no longer cleans up groups by default
Previously, the automember rebuild task went through all the automember rules and removed all the memberships, then the task rebuilt the memberships from scratch. Thus, the rebuild task was expensive, especially if other `be_txn` plugins are enabled.
With this update, the Automembership plug-in has the following improvements:
* Only one rebuilt task is allowed at a time.
* The Automembership plug-in now does not clean up previous members by default. Use the new CLI option `--cleanup` to intentionally clean up memberships before rebuilding from scratch:
+
[literal,subs="+quotes"]
....
# dsconf slapd-instance_name plugins automember fixup -f objectclass=posixaccount -s sub **--cleanup** "ou=people,dc=example,dc=com"
....
* Improved logging to show fixup progress.
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 (389-ds-base bug fix and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2023:6350
============================================================================================================ test session starts ============================================================================================================= platform linux -- Python 3.9.17, pytest-7.4.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache metadata: {'Python': '3.9.17', 'Platform': 'Linux-5.14.0-333.el9.x86_64-x86_64-with-glibc2.34', 'Packages': {'pytest': '7.4.0', 'pluggy': '0.13.1'}, 'Plugins': {'metadata': '3.0.0', 'html': '3.2.0', 'libfaketime': '0.1.2', 'flaky': '3.7.0'}} 389-ds-base: 2.3.4-2.el9 nss: 3.79.0-18.el9_1 nspr: 4.34.0-18.el9_1 openldap: 2.6.3-1.el9 cyrus-sasl: 2.1.27-21.el9 FIPS: disabled rootdir: /mnt/tests/rhds/tests/upstream/ds/dirsrvtests configfile: pytest.ini plugins: metadata-3.0.0, html-3.2.0, libfaketime-0.1.2, flaky-3.7.0 collected 1 item dirsrvtests/tests/suites/automember_plugin/automember_mod_test.py::test_mods PASSED [100%] ============================================================================================================= 1 passed in 38.78s =============================================================================================================