HI,
  We are trying to write a daemon that will warn people a few hours 
before their token expires. With aix we can do this by:
    Getting the pag values for all processes on a system (using the 
       crash command). 
    As root using setgroups with the obtained pag values. 
    Finding out how long the token associated with the pag has until 
       expiration.
    Sending a warning to the owner of the pag if appropriate.

  Our problem is how to generalise this procedure to other architectures 
and in particular how to get the pag values of processes under hpux, solaris
and alpha/osf.
  
  Can anyone help ? 

        Cheers
           Michael Dodgson
           Claudia Bondila    




Reply via email to