jomartin-999 commented on a change in pull request #7326:
URL: https://github.com/apache/geode/pull/7326#discussion_r794924578



##########
File path: geode-docs/tools_modules/geode_for_redis.html.md.erb
##########
@@ -131,32 +113,35 @@ to implement redundant copies and this property 
corresponds to the partitioned r
 
 Security is implemented slightly differently to OSS Redis. Redis stores 
password information in plain text in the redis.conf file.
 
-When using <%=vars.product_name%>, to enable security, a Security Manager 
needs to be configured on the server(s).
-This Security Manager will authenticate `AUTH <password>` commands and `AUTH 
<username> <password>` commands.
-Users can set a custom `default` username using the `geode-for-redis-username` 
parameter.
-If users don't set this parameter, the default username  will be "default".
-This username will be used when `AUTH <password>` commands are sent without a 
`<username>`.
+When using <%=vars.product_name%>, to enable security, a Security Manager 
needs to be configured on the server(s) or _all_ `AUTH` requests will fail.
+
+This Security Manager will authenticate the `AUTH <password>` command and the 
`AUTH <username> <password>` command.
+Similar to OSS Redis, when users send the `AUTH <password>` command without a 
username, the system will use the default username `default`.

Review comment:
       Updated from OSS Redis to Open Source Redis.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to