From: Jorge Pereira Date: Mon, 15 Feb 2021 15:13:10 +0000 (-0300) Subject: rlm_redis: Fix configuration settings (#3936) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5acaa70c25c7fd19dc9ac2d2aad0698899d2721;p=thirdparty%2Ffreeradius-server.git rlm_redis: Fix configuration settings (#3936) --- diff --git a/raddb/mods-available/redis b/raddb/mods-available/redis index 2c152234931..fe8d38a939b 100644 --- a/raddb/mods-available/redis +++ b/raddb/mods-available/redis @@ -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. diff --git a/raddb/mods-available/rediswho b/raddb/mods-available/rediswho index 1b1086703d2..6420cad15f0 100644 --- a/raddb/mods-available/rediswho +++ b/raddb/mods-available/rediswho @@ -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. #