Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2273 → Rev 2274

/alcasar.sh
1218,8 → 1218,9
sslcertfile /etc/pki/tls/certs/alcasar.crt
redirssl
EOF
# create file for DHCP static ip. Reserve the second IP address for INTIF (the first one is for tun0)
# create files for "DHCP static ip" and "DHCP static ip info". Reserve the second IP address for INTIF (the first one is for tun0)
echo "$PRIVATE_MAC $PRIVATE_SECOND_IP" > $DIR_DEST_ETC/alcasar-ethers
echo "$PRIVATE_MAC $PRIVATE_SECOND_IP" > $DIR_DEST_ETC/alcasar-ethers-info
# create files for trusted domains and urls
touch $DIR_DEST_ETC/alcasar-uamallowed $DIR_DEST_ETC/alcasar-uamdomain
chown root:apache $DIR_DEST_ETC/alcasar-*