Add XAscendSessionSvrKey to allow Packet of Disconnect
authorpnixon <pnixon>
Fri, 18 Aug 2006 10:22:36 +0000 (10:22 +0000)
committerpnixon <pnixon>
Fri, 18 Aug 2006 10:22:36 +0000 (10:22 +0000)
doc/examples/postgresql.sql

index 3ed471f..5c2f213 100644 (file)
@@ -37,7 +37,8 @@ CREATE TABLE radacct (
        FramedProtocol          VARCHAR(32),
        FramedIPAddress         INET,
        AcctStartDelay          BIGINT,
-       AcctStopDelay           BIGINT
+       AcctStopDelay           BIGINT,
+       XAscendSessionSvrKey    VARCHAR(10)
 );
 -- This index may be usefull..
 -- CREATE UNIQUE INDEX radacct_whoson on radacct (AcctStartTime, nasipaddress);