[
https://issues.apache.org/jira/browse/GEODE-9628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17421089#comment-17421089
]
ASF subversion and git services commented on GEODE-9628:
--------------------------------------------------------
Commit cc891d6340e69c921047c5bffdb6c9eaef4f9302 in geode's branch
refs/heads/develop from Nabarun Nag
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=cc891d6 ]
GEODE-9628: Fix setting client credential documentation (#6894)
* The current document mentions that we can choose between setting the
properties or the AuthInitializer.
* After a few experiments we were able to confirm that both the
settings are needed for successful client verification.
> Documentation fix for setting credentials in a client
> -----------------------------------------------------
>
> Key: GEODE-9628
> URL: https://issues.apache.org/jira/browse/GEODE-9628
> Project: Geode
> Issue Type: Bug
> Components: docs
> Reporter: Nabarun Nag
> Assignee: Nabarun Nag
> Priority: Major
> Labels: pull-request-available
>
> Current:
> {noformat}
> How a Client Cache Sets Its CredentialIn 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:{noformat}
> The last line needs to be changed to needing both the steps, instead of
> choosing one of the two steps
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)