Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1768 → Rev 1769

/scripts/alcasar-conf.sh
217,7 → 217,6
ORGANISME=`grep ORGANISM $CONF_FILE|cut -d"=" -f2`
DOMAIN=`grep DOMAIN $CONF_FILE|cut -d"=" -f2`
DHCP_mode=`grep DHCP= $CONF_FILE|cut -d"=" -f2`
INT_DNS_active=`grep INT_DNS_ACTIVE= $CONF_FILE|cut -d"=" -f2`
if [ "$PARENT_SCRIPT" != "alcasar.sh" ] # don't launch on install stage
then
if [ $DHCP_mode = "off" ]
224,8 → 223,6
then
$DIR_SBIN/alcasar-dhcp.sh --off
fi
# Implementation of a local internal DNS server
$DIR_SBIN/alcasar-dns-local.sh --$INT_DNS_active
# Implementation of the authentification LDAP
# $DIR_SBIN/alcasar-ldap.sh --$INT_LDAP_active