From 496ab3f738d55e9356142048dcfef2caa46c121f Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 17 Feb 2011 17:19:24 -0500 Subject: Add aci to make managed netgroups immutable. ticket 962 --- install/updates/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/updates/Makefile.am') diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am index 26318e144..c3473ace4 100644 --- a/install/updates/Makefile.am +++ b/install/updates/Makefile.am @@ -4,13 +4,14 @@ appdir = $(IPA_DATA_DIR)/updates app_DATA = \ 10-RFC2307bis.update \ 10-RFC4876.update \ + 20-aci.update \ 20-dna.update \ 20-indices.update \ 20-nss_ldap.update \ 20-replication.update \ 20-winsync_index.update \ 40-delegation.update \ - 50-lockout-policy.update \ + 50-lockout-policy.update \ $(NULL) EXTRA_DIST = \ -- cgit