tbrehm
2012-01-02 a3d243b238f2e3887771044501c9cab844106832
server/plugins-available/shelluser_base_plugin.inc.php
@@ -274,6 +274,7 @@
      }
      // set proper file permissions
      // exec("chown -R ".escapeshellcmd($this->data['new']['puser']).":".escapeshellcmd($this->data['new']['pgroup'])." ".$usrdir);
      exec("chown -R ".escapeshellcmd($this->data['new']['puser']).":".escapeshellcmd($this->data['new']['pgroup'])." ".$sshdir);
      exec("chmod 600 '$sshkeys'");
      
   }