Dan Smith created GEODE-3889:
--------------------------------
Summary: C# AuthInitialize example does not enable security on the
server
Key: GEODE-3889
URL: https://issues.apache.org/jira/browse/GEODE-3889
Project: Geode
Issue Type: Bug
Components: examples, native client
Reporter: Dan Smith
There is an example of using IAuthInitialize in
geode-examples/native/dotnet/Apache.Geode.Examples.AuthInitialize
However this example does not actually configure a SecurityManager on the
server, so the credentials provided by the client are never actually used. This
makes this a bad example of why you would use IAuthInitialize. The java
clientSecurity example has scripts and configuration that this example could
simply copy to correctly configure a server.
This example should also use SSL if it is an example of how to security a
client. See also GEODE-3868.
Finally the README needs some work. It doesn't even mention what
IAuthInitialize is or what this example is trying to show.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)