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
emulab
emulab-devel
Commits
e9476aef
Commit
e9476aef
authored
Nov 09, 2010
by
Leigh B Stoller
Browse files
Fix up some bitrot.
parent
e5c98b63
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/geni_control.in
View file @
e9476aef
...
...
@@ -133,6 +133,16 @@ if (!$experiment->AccessCheck($this_user, TB_EXPT_MODIFY)) {
"
You do not have permission to allocate nodes in
$pid
/
$eid
\n
");
}
#
# Need an RPC context for this to work.
#
my
$certificate
=
GeniCertificate
->
LoadFromFile
("
$TB
/etc/genisa.pem
");
fatal
("
Could not load SA certificate
")
if
(
!
defined
(
$certificate
));
Genixmlrpc
->
SetContext
(
Genixmlrpc
->
Context
(
$certificate
));
$ENV
{'
MYUUID
'}
=
$certificate
->
uuid
();
$ENV
{'
MYURN
'}
=
$certificate
->
urn
();
my
$foo
=
"
urn:publicid:IDN+emulab.net+authority+cm
";
my
$fee
=
"
urn:publicid:IDN+emulab.net+node+pc172
";
...
...
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