From bf63b2cbc8cbcb1df6ef3d349cb78f54bc043b8e Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Thu, 1 Feb 2018 07:31:39 +0100 Subject: [PATCH] Update SERVER.md --- SERVER.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SERVER.md b/SERVER.md index 17d86125..c96e4636 100644 --- a/SERVER.md +++ b/SERVER.md @@ -96,10 +96,10 @@ Variables **ipaserver_dirsrv_config_file** - The path to LDIF file that will be used to modify configuration of dse.ldif during installation. (string, optional) -**ipaserver_setup-kra** - Install and configure a KRA on this server. +**ipaserver_setup_kra** - Install and configure a KRA on this server. (bool, optional) -**ipaserver_setup-dns** - Configure an integrated DNS server, create DNS zone specified by domain +**ipaserver_setup_dns** - Configure an integrated DNS server, create DNS zone specified by domain (string, optional) **ipaserver_forwarders** - Add DNS forwarders to the DNS configuration. @@ -135,7 +135,7 @@ Variables **ipaserver_allow_zone_overlap** - Allow creation of (reverse) zone even if the zone is already resolvable. (bool, optional) -**ipaserver_setup-adtrust** - Configure AD Trust capability. +**ipaserver_setup_adtrust** - Configure AD Trust capability. (bool, optional) **ipaserver_netbios_name** - The NetBIOS name for the IPA domain. @@ -147,7 +147,7 @@ Variables **ipaserver_secondary_rid_base** - Start value of the secondary RID range. (integer, optional) -**ipaserver_enable-compat** - Enables support for trusted domains users for old clients through Schema Compatibility plugin. +**ipaserver_enable_compat** - Enables support for trusted domains users for old clients through Schema Compatibility plugin. (bool, optional) **ipaclient_force_join** - Set force_join to yes to join the host even if it is already enrolled. -- GitLab