mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
45bd31b436
When first installation of IPA has been done when whoami plugin was not enabled in DS by default and then IPA was upgraded to newer versions, then after upgrade to IPA 4.5 WebUI stops working. This is caused by new requirement on whoami DS plugin which is used to obtain information about logged in entity. This fix adds the whoami plugin during update in case that the plugin is not enabled. https://pagure.io/freeipa/issue/7126 Reviewed-By: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Tibor Dudlak <tdudlak@redhat.com>
15 lines
548 B
Plaintext
15 lines
548 B
Plaintext
dn: cn=whoami,cn=plugins,cn=config
|
|
default:objectClass: top
|
|
default:objectClass: nsSlapdPlugin
|
|
default:objectClass: extensibleObject
|
|
default:cn: whoami
|
|
default:nsslapd-plugin-depends-on-type: database
|
|
default:nsslapd-pluginDescription: whoami extended operation plugin
|
|
default:nsslapd-pluginEnabled: on
|
|
default:nsslapd-pluginId: whoami-plugin
|
|
default:nsslapd-pluginInitfunc: whoami_init
|
|
default:nsslapd-pluginPath: libwhoami-plugin
|
|
default:nsslapd-pluginType: extendedop
|
|
default:nsslapd-pluginVendor: 389 Project
|
|
default:nsslapd-pluginVersion: 1.0
|