Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
98a9088f
Commit
98a9088f
authored
Sep 02, 2009
by
tbrehm
Browse files
added sys_ columns to the remote_user table.
parent
c82dc7f2
Changes
1
Show whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
98a9088f
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment