Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
0d44d677
Commit
0d44d677
authored
Oct 01, 2003
by
Leigh B. Stoller
Browse files
Add permission check section in ProjAccessCheck for creating/deleting groups.
parent
2aaf0313
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/libdb.pm.in
View file @
0d44d677
...
...
@@ -752,6 +752,10 @@ sub TBProjAccessCheck($$$$)
elsif ($access_type == TB_PROJECT_DELUSER) {
$mintrust = PROJMEMBERTRUST_PROJROOT;
}
elsif ($access_type == TB_PROJECT_MAKEGROUP ||
$access_type == TB_PROJECT_DELGROUP) {
$mintrust = PROJMEMBERTRUST_GROUPROOT;
}
else {
die("*** Unexpected access type: $access_type!");
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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