Commit 89710ba2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

tune_sssd.sh: disable rdns (conflicts with incorrect lines in /etc/hosts)

parent abf14c3c
......@@ -48,8 +48,10 @@ cat <<EOF >/etc/krb5.conf.d/ad
[libdefaults]
dns_lookup_kdc = true
dns_lookup_realm = true
rdns = true
rdns = false
EOF
# rdns disabled!
# See https://bugs.etersoft.ru/show_bug.cgi?id=15473#c13
;;
*)
fatal "Unsupported distro $(epm print info -d)"
......
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