From: Alan Buxey Date: Sat, 19 Sep 2015 16:02:37 +0000 (+0100) Subject: Update sql X-Git-Tag: release_3_0_10~61^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f319923758d73c4ebc6822a6681086ec56c38d1;p=thirdparty%2Ffreeradius-server.git Update sql --- diff --git a/raddb/mods-available/sql b/raddb/mods-available/sql index 93ab7e176e7..be97d3e4c81 100644 --- a/raddb/mods-available/sql +++ b/raddb/mods-available/sql @@ -102,6 +102,10 @@ sql { # If you're using postgresql this can also be used instead of the connection info parameters # radius_db = "dbname=radius host=localhost user=radius password=raddpass" + # Postgreql doesn't take tls{} options in its module config like mysql does - if you want to + # use SSL connections then use this form of connection info parameter +# radius_db = "host=localhost port=5432 dbname=radius user=radius password=raddpass sslmode=verify-full sslcert=/etc/ssl/client.crt sslkey=/etc/ssl/client.key sslrootcert=/etc/ssl/ca.crt" + # If you want both stop and start records logged to the # same SQL table, leave this as is. If you want them in # different tables, put the start table in acct_table1