From: Alan Buxey Date: Sun, 19 Aug 2012 20:13:34 +0000 (+0100) Subject: fixed error in dialup.conf for PSQL X-Git-Tag: release_3_0_0_beta0~83^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bad052cee3c3ccd1ddb26426511ed538176080a9;p=thirdparty%2Ffreeradius-server.git fixed error in dialup.conf for PSQL fixed variable definition in new dialup.conf file - without this the server blows up on startup with 'unknown variable' message as soon as someone tries to use postgres --- diff --git a/raddb/sql/postgresql/dialup.conf b/raddb/sql/postgresql/dialup.conf index a214e9f12fe..05016028ceb 100644 --- a/raddb/sql/postgresql/dialup.conf +++ b/raddb/sql/postgresql/dialup.conf @@ -349,7 +349,7 @@ post-auth { query = "\ - INSERT INTO ${postauth_table} \ + INSERT INTO ${..postauth_table} \ (username, pass, reply, authdate) \ VALUES(\ '%{User-Name}', \