A. Täffner
2016-01-23 afee192d2a77afa1c11d25156d0a44df94e19aed
server/plugins-available/shelluser_base_plugin.inc.php
@@ -136,6 +136,10 @@
            exec($command);
            $app->log("Executed command: ".$command, LOGLEVEL_DEBUG);
            $app->log("Added shelluser: ".$data['new']['username'], LOGLEVEL_DEBUG);
            $app->system->chown(escapeshellcmd($data['new']['dir']),escapeshellcmd($data['new']['username']));
            $app->system->chgrp(escapeshellcmd($data['new']['dir']),escapeshellcmd($data['new']['pgroup']));
            // call the ssh-rsa update function
            $app->uses("getconf");