Subversion Repositories ALCASAR

Rev

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

Rev 485 Rev 498
Line 8... Line 8...
8
# The contents of this file may be used under the terms of the GNU
8
# The contents of this file may be used under the terms of the GNU
9
# General Public License Version 2, provided that the above copyright
9
# General Public License Version 2, provided that the above copyright
10
# notice and this permission notice is included in all copies or
10
# notice and this permission notice is included in all copies or
11
# substantial portions of the software.
11
# substantial portions of the software.
12
 
12
 
13
$organisme = "steweb57";
13
$organisme = "";
14
# Redirects from CoovaChilli (chilli daemon) :
14
# Redirects from CoovaChilli (chilli daemon) :
15
# Response to login:
15
# Response to login:
16
  # success :	if login successful
16
  # success :	if login successful
17
  # failed :	if login failed
17
  # failed :	if login failed
18
  # logoff :	if logout successful
18
  # logoff :	if logout successful
Line 26... Line 26...
26
 
26
 
27
# Shared secret used to encrypt challenge with radius.
27
# Shared secret used to encrypt challenge with radius.
28
$uamsecret = "Mkb0pAEE";
28
$uamsecret = "Mkb0pAEE";
29
 
29
 
30
# URL loaded after success authenticates (let blank for browser defaults)
30
# URL loaded after success authenticates (let blank for browser defaults)
31
$adminurl = "http://www.sfr.fr";
31
$adminurl = "";
32
 
32
 
33
# Our own path
33
# Our own path
34
$loginpath	= $_SERVER['PHP_SELF'];
34
$loginpath	= $_SERVER['PHP_SELF'];
35
$statuspath = "http://alcasar/status.php";
35
$statuspath = "http://alcasar/status.php";
36
$debug		= false;
36
$debug		= false;