From bea1677d5d657089bfe37f857f45ac078ae293f9 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Fri, 5 May 2017 09:44:37 +0200 Subject: [PATCH] Add setting for libnss-extrausers to frontend Signed-off-by: Michael Kaufmann (d00p) --- actions/admin/settings/135.fcgid.php | 8 ++++++++ actions/admin/settings/136.phpfpm.php | 8 ++++++++ lng/english.lng.php | 2 ++ lng/german.lng.php | 2 ++ 4 files changed, 20 insertions(+) diff --git a/actions/admin/settings/135.fcgid.php b/actions/admin/settings/135.fcgid.php index 050ede3b..d57e4241 100644 --- a/actions/admin/settings/135.fcgid.php +++ b/actions/admin/settings/135.fcgid.php @@ -105,6 +105,14 @@ return array( 'default' => 30, 'save_method' => 'storeSettingField' ), + 'system_nssextrausers' => array( + 'label' => $lng['serversettings']['nssextrausers'], + 'settinggroup' => 'system', + 'varname' => 'nssextrausers', + 'type' => 'bool', + 'default' => false, + 'save_method' => 'storeSettingField' + ), ) ) ) diff --git a/actions/admin/settings/136.phpfpm.php b/actions/admin/settings/136.phpfpm.php index 750a4660..45fc5e71 100644 --- a/actions/admin/settings/136.phpfpm.php +++ b/actions/admin/settings/136.phpfpm.php @@ -160,6 +160,14 @@ return array( 'visible' => Settings::Get('system.apache24'), 'save_method' => 'storeSettingField' ), + 'system_nssextrausers' => array( + 'label' => $lng['serversettings']['nssextrausers'], + 'settinggroup' => 'system', + 'varname' => 'nssextrausers', + 'type' => 'bool', + 'default' => false, + 'save_method' => 'storeSettingField' + ), ), ), ), diff --git a/lng/english.lng.php b/lng/english.lng.php index 8ed89fd8..5361073f 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -2074,3 +2074,5 @@ $lng['admin']['domain_ocsp_stapling']['description'] = 'See