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
307ee6e7
Commit
307ee6e7
authored
Sep 09, 2005
by
Mike Hibler
Browse files
accept "boss+router" as a valid boss role
parent
de9abc98
Changes
1
Hide whitespace changes
Inline
Side-by-side
xmlrpc/emulabserver.py.in
View file @
307ee6e7
...
...
@@ -3600,7 +3600,7 @@ class elabinelab:
res
[
0
][
1
]
+
"/"
+
res
[
0
][
2
]);
# Must be the boss node that is making the request.
if
res
[
0
][
6
]
!
=
"boss"
:
if
(
not
(
res
[
0
][
6
]
=
=
"boss"
or
res
[
0
][
6
]
==
"boss+router"
))
:
return
EmulabResponse
(
RESPONSE_FORBIDDEN
,
output
=
"Must be boss node accessing "
+
"elabinelab method for "
+
...
...
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