From 7182942149bd3aa0397033e7a48990de9024762c Mon Sep 17 00:00:00 2001 From: Nate Arnold Date: Fri, 16 Feb 2018 11:49:19 -0700 Subject: [PATCH] Calling functions test --- common/joinAD.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/joinAD.txt b/common/joinAD.txt index 38c91a4..9389ba3 100644 --- a/common/joinAD.txt +++ b/common/joinAD.txt @@ -51,6 +51,7 @@ getDomainController () { printf "\n" } +printf "Calling functions \n" getAD validateFQDN getADUser @@ -61,7 +62,7 @@ sudo yum -y install realmd samba samba-common oddjob oddjob-mkhomedir sssd ntpda sudo systemctl enable ntpd.service # Get the primary domain controller for NTP -printf "Configurting Time Service to look to the domain controller for \n" +printf "Configurting Time Service to look to the domain controller for ${domainController} \n" sudo ntpdate "${domainController}" sudo systemctl start ntpd.service sudo realm join -U aduser $FQDN