Revision 99a3ce08
Added by Renato Botelho over 9 years ago
src/etc/inc/upgrade_config.inc | ||
---|---|---|
654 | 654 |
$config['system']['user'][0]['priv'][2]['descr'] = gettext("Indicates whether this user is able to login for example via SSH."); |
655 | 655 |
$config['system']['user'][0]['priv'][3]['id'] = "copyfiles"; |
656 | 656 |
$config['system']['user'][0]['priv'][3]['name'] = "Is allowed to copy files"; |
657 |
$config['system']['user'][0]['priv'][3]['descr'] = sprintf(gettext("Indicates whether this user is allowed to copy files onto the %s appliance via SCP/SFTP. If you are going to use this privilege, you must install scponly on the appliance (Hint: pkg_add -r scponly)."), $g['product_name']);
|
|
657 |
$config['system']['user'][0]['priv'][3]['descr'] = sprintf(gettext("Indicates whether this user is allowed to copy files onto the %s appliance via SCP/SFTP."), $g['product_name']); |
|
658 | 658 |
$config['system']['user'][0]['priv'][4]['id'] = "isroot"; |
659 | 659 |
$config['system']['user'][0]['priv'][4]['name'] = "Is root user"; |
660 | 660 |
$config['system']['user'][0]['priv'][4]['descr'] = gettext("This user is associated with the UNIX root user (you should associate this privilege only with one single user)."); |
Also available in: Unified diff
Bring text to current reality