2011-05-18 14:12:22 -05:00
|
|
|
# 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.
|
|
|
|
|
Move Managed Entries into their own container in the replicated space.
Repoint cn=Managed Entries,cn=plugins,cn=config in common_setup
Create: cn=Managed Entries,cn=etc,$SUFFIX
Create: cn=Definitions,cn=Managed Entries,cn=etc,$SUFFIX
Create: cn=Templates,cn=Managed Entries,cn=etc,$SUFFIX
Create method for dynamically migrating any and all custom Managed Entries
from the cn=config space into the new container.
Separate the connection creation during update so that a restart can
be performed to initialize changes before performing a delete.
Add wait_for_open_socket() method in installutils
https://fedorahosted.org/freeipa/ticket/1708
2011-09-08 14:07:26 -05:00
|
|
|
dn: cn=UPG Template,cn=Templates,cn=Managed Entries,cn=etc,$SUFFIX
|
|
|
|
default:objectclass: mepTemplateEntry
|
|
|
|
default:cn: UPG Template
|
|
|
|
default:mepRDNAttr: cn
|
|
|
|
default:mepStaticAttr: objectclass: posixgroup
|
|
|
|
default:mepStaticAttr: objectclass: ipaobject
|
|
|
|
default:mepStaticAttr: ipaUniqueId: autogenerate
|
|
|
|
default:mepMappedAttr: cn: $$uid
|
|
|
|
default:mepMappedAttr: gidNumber: $$uidNumber
|
|
|
|
default:mepMappedAttr: description: User private group for $$uid
|
|
|
|
|
|
|
|
|
|
|
|
dn: cn=UPG Definition,cn=Definitions,cn=Managed Entries,cn=etc,$SUFFIX
|
2011-05-18 14:12:22 -05:00
|
|
|
default:objectclass: extensibleObject
|
|
|
|
default:cn: UPG Definition
|
|
|
|
default:originScope: cn=users,cn=accounts,$SUFFIX
|
Move Managed Entries into their own container in the replicated space.
Repoint cn=Managed Entries,cn=plugins,cn=config in common_setup
Create: cn=Managed Entries,cn=etc,$SUFFIX
Create: cn=Definitions,cn=Managed Entries,cn=etc,$SUFFIX
Create: cn=Templates,cn=Managed Entries,cn=etc,$SUFFIX
Create method for dynamically migrating any and all custom Managed Entries
from the cn=config space into the new container.
Separate the connection creation during update so that a restart can
be performed to initialize changes before performing a delete.
Add wait_for_open_socket() method in installutils
https://fedorahosted.org/freeipa/ticket/1708
2011-09-08 14:07:26 -05:00
|
|
|
default:originFilter: objectclass=posixAccount
|
2011-05-18 14:12:22 -05:00
|
|
|
default:managedBase: cn=groups,cn=accounts,$SUFFIX
|
Move Managed Entries into their own container in the replicated space.
Repoint cn=Managed Entries,cn=plugins,cn=config in common_setup
Create: cn=Managed Entries,cn=etc,$SUFFIX
Create: cn=Definitions,cn=Managed Entries,cn=etc,$SUFFIX
Create: cn=Templates,cn=Managed Entries,cn=etc,$SUFFIX
Create method for dynamically migrating any and all custom Managed Entries
from the cn=config space into the new container.
Separate the connection creation during update so that a restart can
be performed to initialize changes before performing a delete.
Add wait_for_open_socket() method in installutils
https://fedorahosted.org/freeipa/ticket/1708
2011-09-08 14:07:26 -05:00
|
|
|
default:managedTemplate: cn=UPG Template,cn=Templates,cn=Managed Entries,cn=etc,$SUFFIX
|
2011-11-23 15:52:40 -06:00
|
|
|
|
|
|
|
dn: cn=UPG Definition,cn=Definitions,cn=Managed Entries,cn=etc,$SUFFIX
|
|
|
|
replace:originFilter: objectclass=posixAccount::(&(objectclass=posixAccount)(!(description=__no_upg__)))
|