You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mark Hanson (Jira)" <ji...@apache.org> on 2019/12/30 18:53:01 UTC

[jira] [Closed] (GEODE-6781) AuthInitialize example uses deprecated server-side object

     [ https://issues.apache.org/jira/browse/GEODE-6781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Hanson closed GEODE-6781.
------------------------------

Transition from Resolved to Closed for Apache Geode 1.11.0 RC4 release.

> 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)