summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-06-19 21:17:52 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-06-19 21:17:52 +0000
commitb895f6434dddba9dc7575119491b695f607b93f4 (patch)
treefd667623e188a73a494cc6985738b691aecc987a /config
parent8cf83d494c69fc0679f5e2e48396ae356fa89053 (diff)
downloadredmine-b895f6434dddba9dc7575119491b695f607b93f4.tar.gz
redmine-b895f6434dddba9dc7575119491b695f607b93f4.zip
Make the sudo timeout configurable (#19851).
git-svn-id: http://svn.redmine.org/redmine/trunk@14353 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/configuration.yml.example5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example
index 1ce65e31d..db22fb0f4 100644
--- a/config/configuration.yml.example
+++ b/config/configuration.yml.example
@@ -172,10 +172,11 @@ default:
# Requires users to re-enter their password for sensitive actions (editing
# of account data, project memberships, application settings, user, group,
- # role, auth source management and project deletion).
- # Disabled by default.
+ # role, auth source management and project deletion). Disabled by default.
+ # Timeout is set in minutes.
#
#sudo_mode: true
+ #sudo_mode_timeout: 15
# Absolute path (e.g. /usr/bin/convert, c:/im/convert.exe) to
# the ImageMagick's `convert` binary. Used to generate attachment thumbnails.