Subversion Repositories ALCASAR

Rev

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

Rev 1795 Rev 1806
Line 1... Line 1...
1
#/bin/bash
1
#/bin/bash
2
# $Id: alcasar-conf.sh 1795 2016-02-24 08:45:58Z franck $
2
# $Id: alcasar-conf.sh 1806 2016-03-27 09:03:10Z 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 221... Line 221...
221
		then
221
		then
222
			if [ $DHCP_mode = "off" ]
222
			if [ $DHCP_mode = "off" ]
223
			then
223
			then
224
				$DIR_SBIN/alcasar-dhcp.sh --off
224
				$DIR_SBIN/alcasar-dhcp.sh --off
225
			fi
225
			fi
-
 
226
 
-
 
227
# Implementation of the local DNS
-
 
228
			$DIR_SBIN/alcasar-dns-local.sh --$INT_DNS_active
-
 
229
			
226
# Implementation of the authentification LDAP
230
# Implementation of the authentification LDAP
227
#			$DIR_SBIN/alcasar-ldap.sh --$INT_LDAP_active
231
#			$DIR_SBIN/alcasar-ldap.sh --$INT_LDAP_active
228
 
232
 
229
# Logout everybody
233
# Logout everybody
230
			$DIR_SBIN/alcasar-logout.sh all		
234
			$DIR_SBIN/alcasar-logout.sh all