mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
a48a84a5ea
The default precedence for plugins is 50 and the run in more or less alphabetical order (but not guaranteed). This plugin needs to run after the others have already done their work. https://fedorahosted.org/freeipa/ticket/1370
13 lines
417 B
Plaintext
13 lines
417 B
Plaintext
# add plugin configuration for ipauniqueid
|
|
dn: cn=Kerberos Principal Name,cn=IPA MODRDN,cn=plugins,cn=config
|
|
changetype: add
|
|
objectclass: top
|
|
objectclass: extensibleObject
|
|
cn: Kerberos Principal Name
|
|
ipaModRDNsourceAttr: uid
|
|
ipaModRDNtargetAttr: krbPrincipalName
|
|
ipaModRDNsuffix: @$REALM
|
|
ipaModRDNfilter: (&(objectclass=posixaccount)(objectclass=krbPrincipalAux))
|
|
ipaModRDNscope: $SUFFIX
|
|
nsslapd-pluginPrecedence: 60
|