Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-06-02 13:44:19 +02:00 committed by GitHub
parent faa8069b88
commit 6c2dcb296d

View File

@ -175,9 +175,9 @@ echo "override_homedir = /home/%d/%u" >> /etc/sssd/sssd.conf
cat /etc/sssd/sssd.conf | grep -i override cat /etc/sssd/sssd.conf | grep -i override
if [ $? = 0 ] if [ $? = 0 ]
then then
echo "sssd config = OK" echo "Checking sssd config.. OK"
else else
echo "sssd config = FAIL" echo "Checking sssd config.. FAIL"
fi fi
eof eof
} }