Subversion Repositories ALCASAR

Rev

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

Rev 525 Rev 526
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
#  $Id: alcasar.sh 525 2011-03-30 21:21:36Z richard $ 
2
#  $Id: alcasar.sh 526 2011-03-31 21:46:07Z stephane $ 
3
 
3
 
4
# alcasar.sh
4
# alcasar.sh
5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
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 848... Line 848...
848
	touch $DIR_DEST_ETC/alcasar-macallowed
848
	touch $DIR_DEST_ETC/alcasar-macallowed
849
	chown root:apache $DIR_DEST_ETC/alcasar-*
849
	chown root:apache $DIR_DEST_ETC/alcasar-*
850
	chmod 660 $DIR_DEST_ETC/alcasar-*
850
	chmod 660 $DIR_DEST_ETC/alcasar-*
851
	echo "- URL de deconnexion du portail : http://alcasar:3990/logoff" >> $FIC_PARAM
851
	echo "- URL de deconnexion du portail : http://alcasar:3990/logoff" >> $FIC_PARAM
852
# Configuration des fichier WEB d'interception (secret partagé avec coova-chilli et nom d'organisme)
852
# Configuration des fichier WEB d'interception (secret partagé avec coova-chilli et nom d'organisme)
853
	$SED "s?^\$uamsecret =.*?\$uamsecret = \"$secretuam\";?g" $DIR_WEB/intercept.php $DIR_WEB/intercept.php.old
853
	$SED "s?^\$uamsecret =.*?\$uamsecret = \"$secretuam\";?g" $DIR_WEB/intercept.php
854
	$SED "s?^\$userpassword=1.*?\$userpassword=1;?g" $DIR_WEB/intercept.php $DIR_WEB/intercept.php.old
854
	$SED "s?^\$userpassword=1.*?\$userpassword=1;?g" $DIR_WEB/intercept.php
855
	$SED "s?^\$organisme = .*?\$organisme = \"$ORGANISME\";?g" $DIR_WEB/intercept.php $DIR_WEB/intercept.php.old $DIR_WEB/status.php
855
	$SED "s?^\$organisme = .*?\$organisme = \"$ORGANISME\";?g" $DIR_WEB/intercept.php $DIR_WEB/status.php
856
}  # End of param_chilli ()
856
}  # End of param_chilli ()
857
 
857
 
858
##########################################################
858
##########################################################
859
##			Fonction param_squid		##
859
##			Fonction param_squid		##
860
## - Paramètrage du proxy 'squid' en mode 'cache'	##
860
## - Paramètrage du proxy 'squid' en mode 'cache'	##