You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may want to manage some settings in simp.sh.erb but not manage TMOUT. For instance, if another file in /etc/profile.d manages TMOUT and it's read only, depending on the order of the file read-in, users will be greeted with a read-only warning on log-in that may not be desirable.
<% if @manage_tmout then -%>
[ $TMOUT ] || export TMOUT=<%= @session_timeout.to_i * 60 %>
readonly TMOUT
<% end -%>
The text was updated successfully, but these errors were encountered:
We may want to manage some settings in simp.sh.erb but not manage TMOUT. For instance, if another file in /etc/profile.d manages TMOUT and it's read only, depending on the order of the file read-in, users will be greeted with a read-only warning on log-in that may not be desirable.
<% if @manage_tmout then -%>
[ $TMOUT ] || export TMOUT=<%= @session_timeout.to_i * 60 %>
readonly TMOUT
<% end -%>
The text was updated successfully, but these errors were encountered: