Subversion Repositories ALCASAR

Rev

Rev 1671 | Rev 1758 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1671 Rev 1694
Line 1... Line 1...
1
#/bin/bash
1
#/bin/bash
2
# $Id: alcasar-conf.sh 1671 2015-07-25 07:41:21Z richard $
2
# $Id: alcasar-conf.sh 1694 2015-09-08 07:36:44Z franck $
3
 
3
 
4
# alcasar-conf.sh
4
# alcasar-conf.sh
5
# by REXY
5
# by REXY
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
 
7
 
Line 213... Line 213...
213
		then
213
		then
214
			if [ $DHCP_mode = "off" ]
214
			if [ $DHCP_mode = "off" ]
215
			then
215
			then
216
				$DIR_SBIN/alcasar-dhcp.sh --off
216
				$DIR_SBIN/alcasar-dhcp.sh --off
217
			fi
217
			fi
-
 
218
# Implementation of a local internal DNS server
218
			$DIR_SBIN/alcasar-dns-local.sh --$INT_DNS_active
219
			$DIR_SBIN/alcasar-dns-local.sh --$INT_DNS_active
-
 
220
# Implementation of the authentification LDAP
-
 
221
#			$DIR_SBIN/alcasar-ldap.sh --$INT_LDAP_active
219
 
222
 
220
# Logout everybody
223
# Logout everybody
221
			$DIR_SBIN/alcasar-logout.sh all		
224
			$DIR_SBIN/alcasar-logout.sh all		
222
# Services stop
225
# Services stop
223
			echo -n "Stop services : "
226
			echo -n "Stop services : "