jinmeiliao commented on a change in pull request #6894:
URL: https://github.com/apache/geode/pull/6894#discussion_r715050867
##########
File path: geode-docs/managing/security/implementing_authentication.html.md.erb
##########
@@ -95,7 +95,7 @@ sender or receiver.
In order to connect with a locator or a server that does authentication,
a client will need to set its credential, composed of the two properties
`security-username` and `security-password`.
-Choose one of these two ways to accomplish this:
+Follow these two steps to accomplish this:
Review comment:
Actually, only "AuthInitialize" is required for client authentication,
depending on the implementation of "AuthtInitialize", if it's looking for these
properties in the gemfire properties, then gemfire properties needs to have
these properties, but it's solely depends on the implementation of that
interface.
--
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]