You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/09/23 18:28:41 UTC

[GitHub] [geode] jinmeiliao commented on a change in pull request #6894: GEODE-9628: Fix setting client credential documentation

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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org