summaryrefslogtreecommitdiffstats
path: root/ipa-server/Makefile.am
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-09-10 02:50:26 -0400
committerRob Crittenden <rcritten@redhat.com>2008-09-12 20:06:46 -0400
commitec57bc3e44ec5e8f6c7e5e1ad5c56751016e3b09 (patch)
tree670d02265bdb0b7303fa0bbc184b20669ddc0091 /ipa-server/Makefile.am
parentd33b7fc839b4eb87bba06f49d16e5d93b0a87caf (diff)
downloadfreeipa-ec57bc3e44ec5e8f6c7e5e1ad5c56751016e3b09.tar.gz
freeipa-ec57bc3e44ec5e8f6c7e5e1ad5c56751016e3b09.tar.xz
freeipa-ec57bc3e44ec5e8f6c7e5e1ad5c56751016e3b09.zip
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
Diffstat (limited to 'ipa-server/Makefile.am')
-rw-r--r--ipa-server/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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: