From 98a9088ff66120c55d711e73d00c22b2bafeaa00 Mon Sep 17 00:00:00 2001 From: tbrehm Date: Wed, 2 Sep 2009 17:28:07 +0000 Subject: [PATCH] added sys_ columns to the remote_user table. --- install/sql/ispconfig3.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql index b229a6987c..97321cdcba 100644 --- a/install/sql/ispconfig3.sql +++ b/install/sql/ispconfig3.sql @@ -572,6 +572,11 @@ CREATE TABLE `remote_session` ( CREATE TABLE `remote_user` ( `remote_userid` int(11) unsigned NOT NULL auto_increment, + `sys_userid` int(11) unsigned NOT NULL default '0', + `sys_groupid` int(11) unsigned NOT NULL default '0', + `sys_perm_user` varchar(5) default NULL, + `sys_perm_group` varchar(5) default NULL, + `sys_perm_other` varchar(5) default NULL, `remote_username` varchar(64) NOT NULL, `remote_password` varchar(64) NOT NULL, `remote_functions` text NOT NULL, -- GitLab