Skip to content

Commit 98a9088

Browse files
committed
added sys_ columns to the remote_user table.
1 parent c82dc7f commit 98a9088

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install/sql/ispconfig3.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,11 @@ CREATE TABLE `remote_session` (
572572

573573
CREATE TABLE `remote_user` (
574574
`remote_userid` int(11) unsigned NOT NULL auto_increment,
575+
`sys_userid` int(11) unsigned NOT NULL default '0',
576+
`sys_groupid` int(11) unsigned NOT NULL default '0',
577+
`sys_perm_user` varchar(5) default NULL,
578+
`sys_perm_group` varchar(5) default NULL,
579+
`sys_perm_other` varchar(5) default NULL,
575580
`remote_username` varchar(64) NOT NULL,
576581
`remote_password` varchar(64) NOT NULL,
577582
`remote_functions` text NOT NULL,

0 commit comments

Comments
 (0)