From 0a3e13b0c336fc0c9fc76a70475edcc290561813 Mon Sep 17 00:00:00 2001 From: Nils Philippsen <nils@redhat.com> Date: Mon, 21 Dec 2020 14:09:02 +0100 Subject: [PATCH] Fix typo Signed-off-by: Nils Philippsen <nils@redhat.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b27b3a37..f0b6d608 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ ipaserver_domain=test.local ipaserver_realm=TEST.LOCAL ``` -The admin principle is ```admin``` by default. Please set ```ipaadmin_principal``` if you need to change it. +The admin principal is ```admin``` by default. Please set ```ipaadmin_principal``` if you need to change it. You can also add more setting here, like for example to enable the DNS server or to set auto-forwarders: ```yaml -- GitLab