From fe6822c650daf2aa63fe0033474668772171a84e Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Thu, 8 May 2014 23:45:39 -0400 Subject: set drm to not install by default with ipa-server-install --- install/tools/ipa-server-install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index 2ab4e68bc..14f11da05 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -766,7 +766,10 @@ def main(): setup_drm = False else: setup_ca = True - setup_drm = True + # setup_drm is set to False until Dogtag 10.2 is available for IPA to consume + # Until then users that want to install the DRM need to use ipa-install-drm + # TODO set setup_drm = True when Dogtag 10.2 is available + setup_drm = False # Figure out what external CA step we're in. See cainstance.py for more # info on the 3 states. -- cgit