The auto membership plug-in should make the alternate config area (specified as nsslapd-pluginConfigArea) override the default config area. It currently uses both areas, which could make migrating config from the default area to a shared/replicated area more difficult. I don't see a strong need for having 2 config areas in use at once, so an override makes sense.
Created attachment 497928 [details] Patch
Pushed to master. Thanks to Noriko for her review! Counting objects: 13, done. Delta compression using up to 2 threads. Compressing objects: 100% (7/7), done. Writing objects: 100% (7/7), 1.36 KiB, done. Total 7 (delta 4), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git 74e8152..aac472b master -> master
Created attachment 498073 [details] Additional patch The previous patch left a duplicated logging message in the config loading function. This removes the extra log message. Pushed patch to master. Counting objects: 13, done. Delta compression using up to 2 threads. Compressing objects: 100% (7/7), done. Writing objects: 100% (7/7), 721 bytes, done. Total 7 (delta 4), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git aac472b..b3f6aad master -> master