move setting to enable usage of libnss-extrausers to 'system' category as mpm-itk + mod_php users might need this too
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -94,6 +94,14 @@ return array(
|
|||||||
'plausibility_check_method' => 'checkMysqlAccessHost',
|
'plausibility_check_method' => 'checkMysqlAccessHost',
|
||||||
'save_method' => 'storeSettingMysqlAccessHost',
|
'save_method' => 'storeSettingMysqlAccessHost',
|
||||||
),
|
),
|
||||||
|
'system_nssextrausers' => array(
|
||||||
|
'label' => $lng['serversettings']['nssextrausers'],
|
||||||
|
'settinggroup' => 'system',
|
||||||
|
'varname' => 'nssextrausers',
|
||||||
|
'type' => 'bool',
|
||||||
|
'default' => false,
|
||||||
|
'save_method' => 'storeSettingField'
|
||||||
|
),
|
||||||
'system_index_file_extension' => array(
|
'system_index_file_extension' => array(
|
||||||
'label' => $lng['serversettings']['index_file_extension'],
|
'label' => $lng['serversettings']['index_file_extension'],
|
||||||
'settinggroup' => 'system',
|
'settinggroup' => 'system',
|
||||||
|
|||||||
@@ -104,15 +104,7 @@ return array(
|
|||||||
'type' => 'int',
|
'type' => 'int',
|
||||||
'default' => 30,
|
'default' => 30,
|
||||||
'save_method' => 'storeSettingField'
|
'save_method' => 'storeSettingField'
|
||||||
),
|
)
|
||||||
'system_nssextrausers' => array(
|
|
||||||
'label' => $lng['serversettings']['nssextrausers'],
|
|
||||||
'settinggroup' => 'system',
|
|
||||||
'varname' => 'nssextrausers',
|
|
||||||
'type' => 'bool',
|
|
||||||
'default' => false,
|
|
||||||
'save_method' => 'storeSettingField'
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -159,15 +159,7 @@ return array(
|
|||||||
'default' => false,
|
'default' => false,
|
||||||
'visible' => Settings::Get('system.apache24'),
|
'visible' => Settings::Get('system.apache24'),
|
||||||
'save_method' => 'storeSettingField'
|
'save_method' => 'storeSettingField'
|
||||||
),
|
)
|
||||||
'system_nssextrausers' => array(
|
|
||||||
'label' => $lng['serversettings']['nssextrausers'],
|
|
||||||
'settinggroup' => 'system',
|
|
||||||
'varname' => 'nssextrausers',
|
|
||||||
'type' => 'bool',
|
|
||||||
'default' => false,
|
|
||||||
'save_method' => 'storeSettingField'
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user