Commit 1b123e8f authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix dc/tune

parent 75a0cbbe
...@@ -92,7 +92,7 @@ debug_level = 1 ...@@ -92,7 +92,7 @@ debug_level = 1
id_provider = ad id_provider = ad
auth_provider = ad auth_provider = ad
# check https://docs.pagure.org/SSSD.sssd/design_pages/active_directory_access_control.html # check https://docs.pagure.org/SSSD.sssd/design_pages/active_directory_access_control.html
access_provider = ad ;access_provider = ad
chpass_provider = ad chpass_provider = ad
default_shell = /bin/bash default_shell = /bin/bash
...@@ -156,7 +156,7 @@ EOF ...@@ -156,7 +156,7 @@ EOF
fi fi
# Вход в домен # Вход в домен
rm -fv /etc/krb5.keytab #rm -fv /etc/krb5.keytab
kinit $ADMIN || exit kinit $ADMIN || exit
echo "Join to domain... " echo "Join to domain... "
net ads join -k || exit net ads join -k || 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