Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
261e469a
Commit
261e469a
authored
Jul 11, 2013
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "speaksfor" to credential type array.
parent
b726ffd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
protogeni/security/credential.rnc
protogeni/security/credential.rnc
+2
-2
protogeni/security/credential.xsd
protogeni/security/credential.xsd
+2
-1
No files found.
protogeni/security/credential.rnc
View file @
261e469a
#
# Copyright (c) 2008-20
09
University of Utah and the Flux Group.
# Copyright (c) 2008-20
13
University of Utah and the Flux Group.
#
# {{{GENIPUBLIC-LICENSE
#
...
...
@@ -94,7 +94,7 @@ credentials = element credential {
## The ID for signature referencing.
attribute xml:id {xs:ID},
## The type of this credential. Currently a Privilege set or a Ticket.
element type { "privilege" | "ticket" | "capability" },
element type { "privilege" | "ticket" | "capability"
| "speaksfor"
},
## A serial number.
element serial { xsd:string },
## GID of the owner of this credential.
...
...
protogeni/security/credential.xsd
View file @
261e469a
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2008-20
09
University of Utah and the Flux Group.
Copyright (c) 2008-20
13
University of Utah and the Flux Group.
{{{GENIPUBLIC-LICENSE
...
...
@@ -171,6 +171,7 @@
<xs:enumeration
value=
"privilege"
/>
<xs:enumeration
value=
"ticket"
/>
<xs:enumeration
value=
"capability"
/>
<xs:enumeration
value=
"speaksfor"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
...
...
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