Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally manage TMOUT in simp.sh.erb #68

Open
nick-markowski opened this issue Dec 26, 2023 · 0 comments
Open

Optionally manage TMOUT in simp.sh.erb #68

nick-markowski opened this issue Dec 26, 2023 · 0 comments

Comments

@nick-markowski
Copy link
Member

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 -%>

@op-ct op-ct added this to Org Triage Dec 26, 2023
@silug silug moved this from New to Todo in Org Triage Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant