Changeset 1402


Ignore:
Timestamp:
2000-08-15T13:14:23+12:00 (24 years ago)
Author:
sjboddie
Message:

changed default timeout on authentication from 10 minutes to 30 minutes
and stopped treating the admin users any differently (i.e. admin
authentication also lasts 30 minutes (was 5 mins.))

Location:
trunk/gsdl/src/recpt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/authenaction.cpp

    r1285 r1402  
    3838
    3939authenaction::authenaction () {
    40   keydecay = 600; // 10 minutes
     40  keydecay = 1800; // 30 minutes
    4141  recpt = NULL;
    4242
  • trunk/gsdl/src/recpt/userdb.cpp

    r1285 r1402  
    291291  // the keydecay is set to 5 minute for things requiring the
    292292  // administrator
    293   if (group == "administrator") keydecay = 300;
     293  //  if (group == "administrator") keydecay = 300;
    294294 
    295295  // success if there is a key in the key database that is owned by this
Note: See TracChangeset for help on using the changeset viewer.