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