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
|
2010-06-25 15:14:46 -05:00
|
|
|
changetype: add
|
|
|
|
objectclass: mepTemplateEntry
|
|
|
|
cn: UPG Template
|
|
|
|
mepRDNAttr: cn
|
2010-11-29 16:09:35 -06:00
|
|
|
mepStaticAttr: objectclass: posixgroup
|
|
|
|
mepStaticAttr: objectclass: ipaobject
|
|
|
|
mepStaticAttr: ipaUniqueId: autogenerate
|
2010-06-25 15:14:46 -05:00
|
|
|
mepMappedAttr: cn: $$uid
|
|
|
|
mepMappedAttr: gidNumber: $$uidNumber
|
|
|
|
mepMappedAttr: description: User private group for $$uid
|
|
|
|
|
2011-05-18 14:12:22 -05:00
|
|
|
# Changes to this definition need to be reflected in
|
|
|
|
# updates/20-user_private_groups.update
|
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 Definition,cn=Definitions,cn=Managed Entries,cn=etc,$SUFFIX
|
2010-06-25 15:14:46 -05:00
|
|
|
changetype: add
|
|
|
|
objectclass: extensibleObject
|
|
|
|
cn: UPG Definition
|
|
|
|
originScope: cn=users,cn=accounts,$SUFFIX
|
2011-05-16 05:56:04 -05:00
|
|
|
originFilter: (&(objectclass=posixAccount)(!(description=__no_upg__)))
|
2010-06-25 15:14:46 -05:00
|
|
|
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
|
|
|
managedTemplate: cn=UPG Template,cn=Templates,cn=Managed Entries,cn=etc,$SUFFIX
|
2010-06-25 15:14:46 -05:00
|
|
|
|