Commit c67ca2cb authored by Vitaly Lipatov's avatar Vitaly Lipatov

dc-client/tune_sssd.sh: fix ad.conf creating

parent cae187a2
......@@ -90,14 +90,14 @@ debug_level = 1
EOF
if [ "$(epm print info -d)" = "ALTLinux" ] ; then
cat <<EOF >/etc/sssd/conf.d/ad.conf || fatal
cat <<EOF >>/etc/sssd/conf.d/ad.conf || fatal
; Should be used until ALT#34124 will be resolved
user = root
EOF
fi
cat <<EOF >/etc/sssd/conf.d/ad.conf || fatal
cat <<EOF >>/etc/sssd/conf.d/ad.conf || fatal
[nss]
debug_level = 1
......
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