Commit 03534446 authored by Vitaly Lipatov's avatar Vitaly Lipatov

dc-client/tune_sssd.sh: add RedOS|Fedora|CentOS support

parent c67ca2cb
......@@ -188,6 +188,12 @@ case $(epm print info -d) in
epm assure rolelst libnss-role
roleadd etersysadmin wheel
;;
RedOS|Fedora|CentOS)
echo "Check the script for autoselect"
authselect select sssd --force
authselect apply-changes
authconfig --enablemkhomedir
;;
*)
echo "Unknown system $(epm print info -d). Check /etc/pam.d/system-auth for pam_sss.so using"
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment