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