]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo in raddb/mods-available/sql
authorJorge Pereira <jpereiran@gmail.com>
Mon, 6 May 2019 20:39:54 +0000 (17:39 -0300)
committerJorge Pereira <jpereiran@gmail.com>
Mon, 6 May 2019 20:40:36 +0000 (17:40 -0300)
raddb/mods-available/sql

index 90c7ec3963204d96f1f785136c373c08791a0b2c..ef1b164771631770ace4addaa4e60bf6b8ede2c8 100644 (file)
@@ -103,7 +103,7 @@ 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"
+#      radius_db = "dbname=radius host=localhost user=radius password=radpass"
 
        #
        #  NOTE: Postgreql doesn't take `tls{}` options in its module config like mysql does,