From 89ed5a02770c54369bb6b84a33c440f1165fec32 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 6 Aug 2008 16:46:18 -0400 Subject: 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 --- ipa-admintools/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'ipa-admintools/Makefile') 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; \ -- cgit