mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -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
|