Changeset 7

Show
Ignore:
Timestamp:
03/12/07 11:24:35 (2 years ago)
Author:
evilbunny
Message:

bad default address for radius

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • EMS/radauth.php

    r2 r7  
    2323    // enabled during compile-time: "./configure --enable-sockets". 
    2424 
    25     $radiushost = "10.0.2.15"; 
     25    $radiushost = "127.0.0.1"; 
    2626    $radiusport = 1812; 
    2727    $sharedsecret = "testing123";