mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 16:50:13 +01:00
Update ADconnection.sh
This commit is contained in:
parent
faa8069b88
commit
6c2dcb296d
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user