diff options
| author | Jorge L. Williams <jorge.williams@rackspace.com> | 2011-04-14 23:41:42 -0500 |
|---|---|---|
| committer | Jorge L. Williams <jorge.williams@rackspace.com> | 2011-04-14 23:41:42 -0500 |
| commit | b43467c662a7f40c5b198e8bd7af4dc47d4830ca (patch) | |
| tree | 45dc73869fe9e4a9e2ad0392f0901c459185893a /docs/guide | |
| parent | d7e4a6b3fe5dde811b5af73938e58a17d1842548 (diff) | |
Groups should have ids instead of names?
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/src/docbkx/samples/auth.json | 2 | ||||
| -rw-r--r-- | docs/guide/src/docbkx/samples/auth.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/src/docbkx/samples/auth.json b/docs/guide/src/docbkx/samples/auth.json index c4721873..697c4664 100644 --- a/docs/guide/src/docbkx/samples/auth.json +++ b/docs/guide/src/docbkx/samples/auth.json @@ -9,7 +9,7 @@ "group": [ { "tenantId" : "1234", - "name": "Admin" + "id": "Admin" } ]}, "username": "jqsmith", diff --git a/docs/guide/src/docbkx/samples/auth.xml b/docs/guide/src/docbkx/samples/auth.xml index b091c7af..df8d69d0 100644 --- a/docs/guide/src/docbkx/samples/auth.xml +++ b/docs/guide/src/docbkx/samples/auth.xml @@ -4,7 +4,7 @@ id="ab48a9efdfedb23ty3494"/> <user tenantId="1245" username="jqsmith"> <groups> - <group tenantId="1245" name="Admin"/> + <group tenantId="1245" id="Admin"/> </groups> </user> </auth> |
