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/GSXML.java

    r28858 r28958  
    243243    public static final String SYSTEM_TYPE_DEACTIVATE = "deactivate";
    244244    public static final String SYSTEM_TYPE_PING = "ping";
     245    public static final String SYSTEM_TYPE_AUTHENTICATED_PING = "authenticated-ping";
    245246    //public static final String SYSTEM_TYPE_ISPERSISTENT = "is-persistent";
    246247
     
    287288    public static final String BASE_URL = "baseURL";
    288289
     290    // only for authenticated-ping
     291    public static final String PASSWORD_ATT = "password";
     292   
    289293    //for classifiers
    290294    public static final String CHILD_TYPE_ATT = "childType";
Note: See TracChangeset for help on using the changeset viewer.