summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/Makefile
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2008-08-06 16:46:18 -0400
committerSimo Sorce <ssorce@redhat.com>2008-09-10 15:07:26 -0400
commit89ed5a02770c54369bb6b84a33c440f1165fec32 (patch)
treeec0240d2b8091a9a8a1e0fed6f13bc5b32d771d0 /ipa-admintools/Makefile
parent86afc680cdc11a6adf2e9896e355e5a50fcf187d (diff)
downloadfreeipa-89ed5a02770c54369bb6b84a33c440f1165fec32.tar.gz
freeipa-89ed5a02770c54369bb6b84a33c440f1165fec32.tar.xz
freeipa-89ed5a02770c54369bb6b84a33c440f1165fec32.zip
Add a tool to change the kerberos Master Key in case an admin wants to.
This tool will dump and re-encrypt all keys, then reload and change the master key in LDAP and in the stash file. It will also restart the Directory Server and the the KDC
Diffstat (limited to 'ipa-admintools/Makefile')
-rw-r--r--ipa-admintools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipa-admintools/Makefile b/ipa-admintools/Makefile
index b107fd7ba..43899ef29 100644
--- a/ipa-admintools/Makefile
+++ b/ipa-admintools/Makefile
@@ -27,6 +27,7 @@ install:
install -m 755 ipa-listdelegation $(SBINDIR)
install -m 755 ipa-moddelegation $(SBINDIR)
install -m 755 ipa-defaultoptions $(SBINDIR)
+ install -m 755 ipa-change-master-key $(SBINDIR)
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \