summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver/Makefile.am
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-09-15 20:51:01 -0400
committerRob Crittenden <rcritten@redhat.com>2008-09-17 20:56:18 -0400
commit00d54a5668cf256ab6eae93cc3098230c43606df (patch)
tree7171af76061da70b8e862ccd7c47dfd9a89518a3 /ipa-server/ipaserver/Makefile.am
parentf736253b93bbb58000ae4ca0de63f9d6340f570a (diff)
downloadfreeipa-00d54a5668cf256ab6eae93cc3098230c43606df.tar.gz
freeipa-00d54a5668cf256ab6eae93cc3098230c43606df.tar.xz
freeipa-00d54a5668cf256ab6eae93cc3098230c43606df.zip
Move the bulk of ipa-ldap-updater into a python library.
This significantly simplifies the tool and makes it possible to apply updates from the installer without forking off another process.
Diffstat (limited to 'ipa-server/ipaserver/Makefile.am')
-rw-r--r--ipa-server/ipaserver/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipa-server/ipaserver/Makefile.am b/ipa-server/ipaserver/Makefile.am
index 13029e14f..999dcf248 100644
--- a/ipa-server/ipaserver/Makefile.am
+++ b/ipa-server/ipaserver/Makefile.am
@@ -13,6 +13,7 @@ app_PYTHON = \
installutils.py \
replication.py \
certs.py \
+ ldapupdate.py \
$(NULL)
EXTRA_DIST = \