Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-06-19 08:20:13 +02:00 committed by GitHub
parent a64c0aed6f
commit f74524b14c

View File

@ -215,7 +215,7 @@ echo "Checking sssd config.. OK"
else else
echo "Checking sssd config.. FAIL" echo "Checking sssd config.. FAIL"
fi fi
realm discover realm discover $DOMAIN
echo "${INTRO_TEXT}Please reboot your machine and wait 3 min for Active Directory to sync before login${INTRO_TEXT}" echo "${INTRO_TEXT}Please reboot your machine and wait 3 min for Active Directory to sync before login${INTRO_TEXT}"
eof eof
} }