________________________________
De: "antonio.montagn...@alice.it" <antonio.montagn...@alice.it>
Para: users@lists.fedoraproject.org
Enviado: Viernes, 28 de octubre, 2011 5:59:10
Asunto: Public computer control

We are installing linux on public library network

I have two easy questions:


1) how can I control time of a session, i.e. to have logout automatically after 
a certain time from login?? 
2) how can I make all personal data flushed at 
logout??

Any applications available?? 

Any experience in library installation 
of Fedora???

Tnx

Antonio
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
 
Brute force method:
save a copy of /home/guest in /somethingorother/guest
on login, have .bash_profile set a timestamp in /home/guest/.logintime
make a cronjob that checks the .logintime timestamp every 5 minutes.
when the time expires, kill the session, delete /home/guest, copy 
/somethingorother/guest to /home
 
shouldn't be that hard to do and meets all your requirements. It's kind of rude 
killing a like that session if someone is still working though...
 
Dennis K
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to