From bad052cee3c3ccd1ddb26426511ed538176080a9 Mon Sep 17 00:00:00 2001 From: Alan Buxey Date: Sun, 19 Aug 2012 21:13:34 +0100 Subject: [PATCH] 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 --- raddb/sql/postgresql/dialup.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}', \ -- 2.47.3