mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-27 09:21:59 -06:00
12 lines
388 B
Plaintext
12 lines
388 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
|