Bug 693868

Summary: Managed entry config not added during in-place upgrade
Product: [Retired] 389 Reporter: Nathan Kinder <nkinder>
Component: Server - PluginsAssignee: Nathan Kinder <nkinder>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 1.2.8CC: amsharma, rmeggins
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 16:49:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 656390    
Attachments:
Description Flags
Patch nkinder: review?, rmeggins: review+

Description Nathan Kinder 2011-04-05 19:10:02 UTC
The managed entry plug-in config entry is not added to "cn=config" when "setup-ds.pl -u" is run during an in place upgrade.

We need to add an upgrade LDIF that adds the managed entry config entry.

Comment 1 Nathan Kinder 2011-04-05 19:28:19 UTC
Created attachment 490067 [details]
Patch

Comment 2 Nathan Kinder 2011-04-11 16:29:34 UTC
Pushed to master.  Thanks to Rich for his review!

Counting objects: 16, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (8/8), done.
Writing objects: 100% (9/9), 1.12 KiB, done.
Total 9 (delta 6), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/389/ds.git
   2472169..8d59cb8  master -> master

Comment 4 Amita Sharma 2011-06-20 13:04:28 UTC
Full DN of administrative user [cn=Directory Manager]: 
Password for this user: 
Finished successful update of directory server.
Please restart your directory servers.
Exiting . . .
Log file is '/tmp/setupgN7s4r.log'

dn: cn=Managed Entries,cn=plugins,cn=config
objectClass: top
objectClass: nsSlapdPlugin
objectClass: extensibleObject
objectClass: nsContainer
cn: Managed Entries
nsslapd-pluginPath: libmanagedentries-plugin
nsslapd-pluginInitfunc: mep_init
nsslapd-pluginType: preoperation
nsslapd-pluginEnabled: on
nsslapd-plugin-depends-on-type: database
nsslapd-pluginId: Managed Entries
nsslapd-pluginVersion: 1.2.8.2
nsslapd-pluginVendor: 389 Project
nsslapd-pluginDescription: Managed Entries plugin

hence VERIFIED