Ignore:
Timestamp:
2014-04-03T17:34:44+13:00 (10 years ago)
Author:
davidb
Message:

Remote Greenstone user authenticaton stopped working, because the code working with the DerbyWrapper had changed, and now gliserver.pl could no longer instantiate another JVM that would access the Derby DB (via the users2DBtxt.java) when wanting to check if a user authenticates. Instead, a new GS3 service has been written, Authentication.remoteAuthentication(). This is called from the authentication-ping system action URL that the new ServletRealmCheck.java pings when it is called by gliserver.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSParams.java

    r27719 r28958  
    3232    public static final String OUTPUT = "o"; // if processing is to be done, what type of output - html/xml/other??
    3333    public static final String SERVICE = "s"; // the name of the service
     34   
     35    public static final String UN = "un"; // username for authenticated-ping
     36    public static final String PW = "pw"; // pwd for authenticated-ping
    3437
    3538    public static final String CLUSTER = "c"; // these two are the same
Note: See TracChangeset for help on using the changeset viewer.