Changeset 5a95b69 for variable.c


Ignore:
Timestamp:
Dec 20, 2003, 1:35:36 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
72836b5
Parents:
c8735aa
Message:
New code for getting users from .anyfile
Added the 'pseudologins' variable, and code to do it
new attributes 'pseudo' 'logintty' and 'loginhost'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    r1db061d r5a95b69  
    135135               "Do automatic zcrypt processing",
    136136               "" ),
     137
     138  OWLVAR_BOOL( "pseudologins" /* %OwlVarStub */, 0,
     139               "Enable zephyr pseudo logins",
     140               "When this is enabled, Owl will periodically check the zephyr\n"
     141               "location of users in your .anyone file.  If a user is present\n"
     142               "but sent no login message, or a user is not present that sent no\n"
     143               "logout message a pseudo login or logout message wil be created\n"),
    137144
    138145  OWLVAR_ENUM_FULL( "disable-ctrl-d" /* %OwlVarStub:lockout_ctrld */, 1,
Note: See TracChangeset for help on using the changeset viewer.