Commit 283116bc authored by Vitaly Lipatov's avatar Vitaly Lipatov

tune_sssd.sh: reflect etersysadmin to wheel in any case

parent 17b94fbc
...@@ -140,6 +140,17 @@ control system-auth sss ...@@ -140,6 +140,17 @@ control system-auth sss
serv nscd off serv nscd off
serv sssd on serv sssd on
echo "Done. Don't bother about above DNS errors" case $(distr_info -d) in
ALTLinux)
# TODO: fix roleadd
# TODO: use common domain groups
epm assure rolelst libnss-role
if ! rolelst | grep etersysadmin ; then
echo "etersysadmin: wheel" >> /etc/role
fi
;;
esac
echo "Done. Don't bother about DNS errors above"
exit exit
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