Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
cb5bffc7
Commit
cb5bffc7
authored
Oct 22, 2009
by
Jonathon Duerig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make owner and target urns 'foo' until I figure out what is breaking uuids.
parent
672e05f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
protogeni/lib/GeniCredential.pm.in
protogeni/lib/GeniCredential.pm.in
+4
-2
No files found.
protogeni/lib/GeniCredential.pm.in
View file @
cb5bffc7
...
...
@@ -376,14 +376,16 @@ sub Sign($$)
return
-
1
;
}
my
$
target_cert
=
$
self
->
target_cert
()->
cert
();
my
$
target_urn
=
$
self
->
target_uuid
();
#
my
$
target_urn
=
$
self
->
target_uuid
();
my
$
target_urn
=
"foo"
;
if
(
!defined($self->owner_cert())) {
print
STDERR
"No owner certificate attached to $self
\n
"
;
return
-
1
;
}
my
$
owner_cert
=
$
self
->
owner_cert
()->
cert
();
my
$
owner_urn
=
$
self
->
owner_uuid
();
#
my
$
owner_urn
=
$
self
->
owner_uuid
();
my
$
owner_urn
=
"foo"
;
#
Credential
expiration
:
hard
-
code
to
24
hours
from
now
.
my
@
expt
=
gmtime
(
time
()
+
24
*
60
*
60
);
...
...
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