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=NGP HGP Template,cn=Templates,cn=Managed Entries,cn=etc,$SUFFIX
|
2010-12-10 17:21:39 -06:00
|
|
|
changetype: add
|
|
|
|
objectclass: mepTemplateEntry
|
|
|
|
cn: NGP HGP Template
|
|
|
|
mepRDNAttr: cn
|
|
|
|
mepStaticAttr: ipaUniqueId: autogenerate
|
|
|
|
mepStaticAttr: objectclass: ipanisnetgroup
|
2010-12-22 17:15:04 -06:00
|
|
|
mepStaticAttr: objectclass: ipaobject
|
|
|
|
mepStaticAttr: nisDomainName: $DOMAIN
|
2010-12-10 17:21:39 -06:00
|
|
|
mepMappedAttr: cn: $$cn
|
|
|
|
mepMappedAttr: memberHost: $$dn
|
|
|
|
mepMappedAttr: description: ipaNetgroup $$cn
|
|
|
|
|
2011-05-18 14:12:22 -05:00
|
|
|
# Changes to this definition need to be reflected in
|
|
|
|
# updates/20-host_nis_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=NGP Definition,cn=Definitions,cn=Managed Entries,cn=etc,$SUFFIX
|
2010-12-10 17:21:39 -06:00
|
|
|
changetype: add
|
|
|
|
objectclass: extensibleObject
|
2011-05-18 15:01:22 -05:00
|
|
|
cn: NGP Definition
|
2010-12-10 17:21:39 -06:00
|
|
|
originScope: cn=hostgroups,cn=accounts,$SUFFIX
|
|
|
|
originFilter: objectclass=ipahostgroup
|
|
|
|
managedBase: cn=ng,cn=alt,$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=NGP HGP Template,cn=Templates,cn=Managed Entries,cn=etc,$SUFFIX
|