Commit 17b94fbc authored by Vitaly Lipatov's avatar Vitaly Lipatov

tune_sssd: disable hack with ldb/modules dir (see altbug 33427)

parent a81b81d6
......@@ -51,9 +51,11 @@ if [ ! -d "$LIBDIR" ] ; then
[ -d /usr/lib64 ] || LIBDIR=/usr/lib
fi
if [ ! -L $LIBDIR/samba/ldb ] ; then
ln -s $LIBDIR/ldb/modules/ldb $LIBDIR/samba/ldb
fi
# fix back on ALT Linux p8
# https://bugzilla.altlinux.org/show_bug.cgi?id=33427
#if [ ! -L $LIBDIR/samba/ldb ] ; then
# ln -s $LIBDIR/ldb/modules/ldb $LIBDIR/samba/ldb
#fi
if [ -d /etc/sssd/conf.d ] ; then
cat <<EOF >/etc/sssd/conf.d/ad.conf || fatal
......
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