~ubuntu-branches/ubuntu/raring/freeipa/raring

« back to all changes in this revision

Viewing changes to install/ui/test/data/rolegroup_add.json

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-03-22 00:17:10 UTC
  • Revision ID: package-import@ubuntu.com-20120322001710-pyratwr2bfml6bin
Tags: upstream-2.1.4
ImportĀ upstreamĀ versionĀ 2.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "error": null,
 
3
    "id": 0,
 
4
    "result": {
 
5
        "result": {
 
6
            "cn": [
 
7
                "test"
 
8
            ],
 
9
            "description": [
 
10
                "Test role"
 
11
            ],
 
12
            "dn": "cn=test,cn=rolegroups,cn=accounts,dc=dev,dc=example,dc=com",
 
13
            "objectclass": [
 
14
                "groupofnames",
 
15
                "nestedgroup",
 
16
                "top"
 
17
            ]
 
18
        },
 
19
        "summary": "Added rolegroup \"test\"",
 
20
        "value": "test"
 
21
    }
 
22
}