Commit 829d4d65 authored by Vitaly Lipatov's avatar Vitaly Lipatov

tune_sssd.sh: s/distr_info/distro_info.sh

parent 96a9b5d0
......@@ -33,7 +33,7 @@ fi
echo "Use REALM $REALM ..."
case $(distr_info -d) in
case $(distro_info -d) in
Ubuntu|Debian)
# Ubuntu
epmi --skip-installed samba-common-bin krb5-config krb5-user ldb-tools sssd-ad samba
......@@ -162,7 +162,7 @@ echo "Join to domain... "
net ads join -k || exit
kdestroy
case $(distr_info -d) in
case $(distro_info -d) in
ALTLinux)
control system-auth sss
# TODO: use common domain groups
......@@ -171,7 +171,7 @@ case $(distr_info -d) in
roleadd etersysadmin wheel
;;
*)
echo "Unknown system $(distr_info -d). Check /etc/pam.d/system-auth for pam_sss.so using"
echo "Unknown system $(distro_info -d). Check /etc/pam.d/system-auth for pam_sss.so using"
;;
esac
......
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