mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
65ad261663
A postop plugin is added to create the SID for new created users and groups. A directory server task allows to set the SID for existing users and groups. Fixes https://fedorahosted.org/freeipa/ticket/2825
17 lines
495 B
Plaintext
17 lines
495 B
Plaintext
dn: cn=IPA SIDGEN,cn=plugins,cn=config
|
|
changetype: add
|
|
objectclass: top
|
|
objectclass: nsSlapdPlugin
|
|
objectclass: extensibleObject
|
|
cn: IPA SIDGEN
|
|
nsslapd-pluginpath: libipa_sidgen
|
|
nsslapd-plugininitfunc: ipa_sidgen_init
|
|
nsslapd-plugintype: postoperation
|
|
nsslapd-pluginenabled: on
|
|
nsslapd-pluginid: ipa_sidgen_postop
|
|
nsslapd-pluginversion: 1.0
|
|
nsslapd-pluginvendor: Red Hat, Inc.
|
|
nsslapd-plugindescription: IPA SIDGEN post operation
|
|
nsslapd-plugin-depends-on-type: database
|
|
nsslapd-basedn: $SUFFIX
|