From 26034a6cb84c91b95c39e970a4b0bc162da55886 Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Sun, 21 Apr 2024 21:55:48 +0700 Subject: [PATCH] Update install.MD --- install.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.MD b/install.MD index 6901acc..fc085a9 100644 --- a/install.MD +++ b/install.MD @@ -100,7 +100,7 @@ apt update && apt upgrade -y apt-get install freeipa-client ipa-client-install --mkhomedir --hostname=`hostname -f` \ - --server=id1.bildme.local --server=id2.bildme.local --bildme=bildme.local --realm=BILDME.LOCAL \ + --server=id1.bildme.local --server=id2.bildme.local --domain=bildme.local --realm=BILDME.LOCAL \ --ntp-server=192.168.9.42 --ntp-server=192.168.9.45 ```