mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-17 11:42:58 -06:00
12 lines
545 B
Plaintext
12 lines
545 B
Plaintext
|
# This is a copy of the definition from user_private_groups.ldif
|
||
|
# This is required for replication. The template entry will get
|
||
|
# replicated but the plugin configuration will not.
|
||
|
|
||
|
dn: cn=UPG Definition,cn=Managed Entries,cn=plugins,cn=config
|
||
|
default:objectclass: extensibleObject
|
||
|
default:cn: UPG Definition
|
||
|
default:originScope: cn=users,cn=accounts,$SUFFIX
|
||
|
default:originFilter: (&(objectclass=posixAccount)(!(description=__no_upg__)))
|
||
|
default:managedBase: cn=groups,cn=accounts,$SUFFIX
|
||
|
default:managedTemplate: cn=UPG Template,cn=etc,$SUFFIX
|