[
https://issues.apache.org/jira/browse/GEODE-6781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Charlie Black resolved GEODE-6781.
----------------------------------
Fix Version/s: 1.11.0
Resolution: Fixed
Replaced Deprecated Authentication with Geode Security Manager implementation.
> AuthInitialize example uses deprecated server-side object
> ---------------------------------------------------------
>
> Key: GEODE-6781
> URL: https://issues.apache.org/jira/browse/GEODE-6781
> Project: Geode
> Issue Type: Improvement
> Components: native client
> Reporter: Blake Bender
> Priority: Major
> Fix For: 1.11.0
>
>
> There are two objects which can be used for auth in Geode, Authenticator and
> SecurityManager. Authenticator is deprecated, so our example code should be
> using a SecurityManager. It is not using a SecurityManager. We need to
> modify the gfsh command line in startserver.sh and startserver.ps1 for the
> AuthInitialize example to use `--j=-Dgemfire.security-manager=` rather than
> `--J=-Dgemfire.security-client-authenticator=`, remove the Authenticator
> implementation from example.jar and replace it with a SecurityManager
> implementation, and verify that the example is running and using our auth
> scheme on both client and server.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)