Blake Bender created GEODE-6781:
-----------------------------------
Summary: 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
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
(v7.6.3#76005)