IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2015, 2:01:54 PM (11 years ago)
Author:
bills
Message:

Add functions to extract the contents of 3 new tables
pstampUser pstampUserDomain and pstampAccessLevel.

pstampUserDomain sets integer accessLevel value for users with email addresses from
the specified domain. For example ifa.hawaii.edu

pstampUser may be used to override the domains values for specific users. For example
mops@…

pstampAccessLevel has primary key(proj_id, accessLevel) and a set of date limits mjd_min and
mjd_max. We can use this to look up the range of dates that a user with a given accessLevel
may access for the given project. (gpc1, gpc2, etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pstamptool.h

    r32786 r38134  
    5353    PSTAMPTOOL_MODE_LISTFILE,
    5454    PSTAMPTOOL_MODE_DELETEFILE,
     55
     56    PSTAMPTOOL_MODE_ADDUSER,
     57    PSTAMPTOOL_MODE_UPDATEUSER,
     58    PSTAMPTOOL_MODE_LISTUSER,
     59//    PSTAMPTOOL_MODE_GETUSERINFO,
     60
     61    PSTAMPTOOL_MODE_ADDDOMAIN,
     62    PSTAMPTOOL_MODE_UPDATEDOMAIN,
     63    PSTAMPTOOL_MODE_LISTDOMAIN,
     64
     65    PSTAMPTOOL_MODE_ADDACCESSLEVEL,
     66    PSTAMPTOOL_MODE_UPDATEACCESSLEVEL,
     67    PSTAMPTOOL_MODE_LISTACCCESSLEVEL,
    5568} pstamptoolMode;
    5669
Note: See TracChangeset for help on using the changeset viewer.