All you need to do is put the entry from the "passwd" file into your db/passwd file.  Then using a cron program (Dcron, TPCron, etc) OR CNet's Event Scheduler (I would suggest a cron program) set up an event to run the WhoDisplay.rexx file once every minute.  I believe the DCRON entry is:

00 * * * *  run rx pfiles:<etc>/WhoDisplay.rexx


put the "who" program in C: 
put the "append" program in C: (if you don't have APPEND already)

  The .plan file will show up in RAM: and when a user does a finger on "who@<site>" it will spit out that .plan file.

  Simple enough.
