2008-09-10 15:56:11 -04:00
|
|
|
NULL =
|
|
|
|
|
|
|
|
|
|
appdir = $(IPA_DATA_DIR)/updates
|
|
|
|
|
app_DATA = \
|
2011-04-05 16:28:59 -04:00
|
|
|
10-60basev2.update \
|
2009-03-23 15:20:43 -04:00
|
|
|
10-RFC2307bis.update \
|
|
|
|
|
10-RFC4876.update \
|
2011-05-19 22:30:53 -04:00
|
|
|
10-config.update \
|
2011-07-19 15:21:33 -07:00
|
|
|
10-sudo.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 12:07:26 -07:00
|
|
|
19-managed-entries.update \
|
2011-02-17 17:19:24 -05:00
|
|
|
20-aci.update \
|
2009-03-23 15:20:43 -04:00
|
|
|
20-dna.update \
|
2011-05-18 15:12:22 -04:00
|
|
|
20-host_nis_groups.update \
|
2009-03-23 15:20:43 -04:00
|
|
|
20-indices.update \
|
|
|
|
|
20-nss_ldap.update \
|
|
|
|
|
20-replication.update \
|
2011-07-19 15:19:57 -07:00
|
|
|
10-schema_compat.update \
|
2011-05-18 15:12:22 -04:00
|
|
|
20-user_private_groups.update \
|
2009-03-23 15:20:43 -04:00
|
|
|
20-winsync_index.update \
|
2011-02-28 17:35:44 -05:00
|
|
|
21-replicas_container.update \
|
2011-02-11 16:48:59 -05:00
|
|
|
40-delegation.update \
|
2011-02-22 09:21:14 -05:00
|
|
|
45-roles.update \
|
2011-04-14 14:37:45 -04:00
|
|
|
50-lockout-policy.update \
|
|
|
|
|
50-groupuuid.update \
|
2011-08-24 17:28:22 -04:00
|
|
|
50-hbacservice.update \
|
2008-09-10 15:56:11 -04:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
|
$(app_DATA) \
|
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
|
*~ \
|
|
|
|
|
Makefile.in
|