Commit 04ec7b43 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix tune_sssd.sh

parent 4758148c
...@@ -19,6 +19,7 @@ if [ -n "$1" ] ; then ...@@ -19,6 +19,7 @@ if [ -n "$1" ] ; then
shift shift
fi fi
epm assure bind-utils || fatal
# Get REALM (needed for sssd tuning only) from DNS # Get REALM (needed for sssd tuning only) from DNS
REALM=$(host -t txt _kerberos | sed -e 's|.*"\(.*\)".*|\1|') REALM=$(host -t txt _kerberos | sed -e 's|.*"\(.*\)".*|\1|')
if [ -z "$REALM" ] ; then if [ -z "$REALM" ] ; then
......
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