]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
rlm_redis: Fix configuration settings (#3936)
authorJorge Pereira <jpereira@users.noreply.github.com>
Mon, 15 Feb 2021 15:13:10 +0000 (12:13 -0300)
committerGitHub <noreply@github.com>
Mon, 15 Feb 2021 15:13:10 +0000 (15:13 +0000)
raddb/mods-available/redis
raddb/mods-available/rediswho

index 2c1522349311ab183696eae63697290a21e7b35e..fe8d38a939b8f8dd03da22b6c3687ad6d51d253e 100644 (file)
@@ -40,10 +40,15 @@ redis {
        #
        server = 127.0.0.1
 
-       #  Select the Redis logical database having the specified zero-based numeric index.
+       #
+       #  database:: Select the Redis logical database having the specified zero-based numeric index.
+       #
 #      database = 0
 
-       #  The default port.
+       #
+       #  port:: Port to connect to
+       #  The default port is 6379.
+       #
        port = 6379
 
        #  password:: The password used to authenticate to the server.
index 1b1086703d2c262701e0f7c44ec96562f0ae25b4..6420cad15f05234d2f27cf84964484de748ed55d 100644 (file)
@@ -33,6 +33,23 @@ rediswho {
        #
        server = 127.0.0.1
 
+       #
+       #  database:: Select the Redis logical database having the specified zero-based numeric index.
+       #
+#      database = 0
+
+       #
+       #  port:: Port to connect to
+       #  The default port is 6379.
+       #
+       port = 6379
+
+       #  password:: The password used to authenticate to the server.
+       #
+       #  We recommend using a strong password.
+       #
+#      password = thisisreallysecretandhardtoguess
+
        #
        #  trim_count:: How many sessions to keep track of per user.
        #