From ec57bc3e44ec5e8f6c7e5e1ad5c56751016e3b09 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 10 Sep 2008 02:50:26 -0400 Subject: Tool for doing configuration updates over LDAP This tool takes as input a file which contains basically an LDIF, prefixed with a command: default, add, remove or only. These define the operations to perform such as adding new entries, adding new sub-entries to an existing entry, adding or modifying attributes in a record. If an index entry is modified a task is created to re-create the index. Schema may be added using this tool. 454031 --- ipa-server/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'ipa-server/Makefile.am') diff --git a/ipa-server/Makefile.am b/ipa-server/Makefile.am index f058013dd..e63dcbd84 100644 --- a/ipa-server/Makefile.am +++ b/ipa-server/Makefile.am @@ -17,6 +17,7 @@ SUBDIRS = \ sbin_SCRIPTS = \ ipa-upgradeconfig \ ipa-fix-CVE-2008-3274 \ + ipa-ldap-updater \ $(NULL) install-exec-local: -- cgit