# Get LTSP configuration from LDAP into the client start environment.
if [ ! -d /run/ltsp ] ; then
mkdir -p /run/ltsp
fi

if [ -x /usr/share/ltsp/get-ldap-ltsp-config ] ; then
/usr/share/ltsp/get-ldap-ltsp-config
fi
cat /run/ltsp/ltsp_config_edu >> /run/ltsp/ltsp_config_env
. /usr/share/ltsp/ltsp_config
