Displaying 1 result from an estimated 1 matches for "max_idle_act".
2016 Jun 08
3
setting up auto logout in CentOS 6
I would like to have my lab workstations logout a session after the person has been idle for a certain period of time. After some searching on the web, I got into 
/etc/gconf/schemas/gnome-session.schemas
and set the default value of max_idle_action to ?forced-logout?:
     <schema>
          <key>/schemas/desktop/gnome/session/max_idle_action</key>
          <applyto>/desktop/gnome/session/max_idle_action</applyto>
          <owner>gnome</owner>
          <type>string</type>...