fixed error in dialup.conf for PSQL
authorAlan Buxey <alan.buxey@gmail.com>
Sun, 19 Aug 2012 20:13:34 +0000 (21:13 +0100)
committerAlan Buxey <alan.buxey@gmail.com>
Sun, 19 Aug 2012 20:13:34 +0000 (21:13 +0100)
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

index a214e9f..0501602 100644 (file)
        
        post-auth {
                query = "\
-                       INSERT INTO ${postauth_table} \
+                       INSERT INTO ${..postauth_table} \
                                (username, pass, reply, authdate) \
                        VALUES(\
                                '%{User-Name}', \