tbrehm
2009-01-27 f06816d6677add3b6ddb6b2dada87e374585392f
Fixed: FS#452 - Jail not working if a jailkit user is recreated 
1 files modified
2 ■■■ changed files
server/plugins-available/shelluser_base_plugin.inc.php 2 ●●● patch | view | raw | blame | history
server/plugins-available/shelluser_base_plugin.inc.php
@@ -141,7 +141,7 @@
            // Get the UID of the user
            $userid = intval($app->system->getuid($data['old']['username']));
            if($userid > $this->min_uid) {
                $command = 'userdel';
                $command = 'userdel --force';
                $command .= ' '.escapeshellcmd($data['old']['username']);
            
                exec($command);