jdeppe-pivotal commented on a change in pull request #5924:
URL: https://github.com/apache/geode/pull/5924#discussion_r561011462
##########
File path: geode-docs/reference/topics/gemfire_properties.html.md.erb
##########
@@ -568,7 +568,7 @@ Any security-related (properties that begin with <code
class="ph codeph">securit
</tr>
<tr>
<td>security-client-auth-init</td>
-<td>Used for authentication. Static creation method returning an <code
class="ph codeph">AuthInitialize</code> object, which obtains credentials for
peers in a cluster. The obtained credentials should be acceptable to the <code
class="ph codeph">Authenticator</code> specified through the
security-peer-authenticator property on the peers.</td>
+<td>Used for authentication. Location of the implementation with the static
creation method that returns an <code class="ph codeph">AuthInitialize</code>
object. The method obtains credentials for clients to a cluster. The obtained
credentials should be acceptable to the <code class="ph
codeph">SecurityManager</code> specified through the security-manager property
on the peers.</td>
Review comment:
How about: `A reference to a static creation method that...` and then...
`The method returns credentials for clients to authenticate and connect to a
cluster.`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]