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
6125aaf2
Commit
6125aaf2
authored
Feb 15, 2015
by
Leigh B Stoller
Browse files
Add some debugging.
parent
677f5544
Changes
1
Show whitespace changes
Inline
Side-by-side
www/aptui/geni-login.ajax
View file @
6125aaf2
...
...
@@ -400,6 +400,13 @@ function UpdateCredentials($user, $cert, $cred)
"webupdategeniuser -c
$credfile
-e
$certfile
$arg
$uid
"
,
SUEXEC_ACTION_CONTINUE
);
if
(
$retval
)
{
$cred
=
file_get_contents
(
$credfile
);
$cert
=
file_get_contents
(
$certfile
);
TBERROR
(
"webupdategeniuser failed.
\n
"
.
"Cert:
\n
${cert}
\n\n
"
.
"Cred:
\n
${$cred}
\n
"
,
0
);
}
unlink
(
$credfile
);
unlink
(
$certfile
);
...
...
Write
Preview
Markdown
is supported
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