tbrehm
2009-03-03 ceccb424a90e01683aeef01d0a7011f770cf3206
Removed Option "SSH Chroot" as the opensshd patch for this option is not available anymore. Use jailkit for chrooting instead.
2 files modified
4 ■■■■ changed files
interface/web/client/form/client.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/form/shell_user.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/client/form/client.tform.php
@@ -583,7 +583,7 @@
            'formtype'    => 'CHECKBOXARRAY',
            'default'    => '',
            'separator' => ',',
            'value'        => array('no' => 'None', 'jailkit' => 'Jailkit', 'ssh-chroot' => 'SSH Chroot')
            'value'        => array('no' => 'None', 'jailkit' => 'Jailkit')
        ),
        'default_dnsserver' => array (
            'datatype'    => 'INTEGER',
interface/web/sites/form/shell_user.tform.php
@@ -110,7 +110,7 @@
            'formtype'    => 'SELECT',
            'default'    => '',
            'valuelimit' => 'client:ssh_chroot',
            'value'        => array('no' => 'None', 'jailkit' => 'Jailkit', 'ssh-chroot' => 'SSH Chroot')
            'value'        => array('no' => 'None', 'jailkit' => 'Jailkit')
        ),
        'quota_size' => array (
            'datatype'    => 'INTEGER',