~ubuntu-branches/ubuntu/utopic/freeipa/utopic-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-09-03 17:13:27 UTC
  • Revision ID: package-import@ubuntu.com-20130903171327-s3f56x6vxz0o1jq5
Tags: upstream-3.3.4
ImportĀ upstreamĀ versionĀ 3.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "error": null,
 
3
    "id": null,
 
4
    "result": {
 
5
        "result": {
 
6
            "automembertargetgroup": [
 
7
                "cn=foogroup,cn=groups,cn=accounts,dc=dev,dc=example,dc=com"
 
8
            ],
 
9
            "cn": [
 
10
                "foogroup"
 
11
            ],
 
12
            "dn": "cn=foogroup,cn=group,cn=automember,cn=etc,dc=dev,dc=example,dc=com",
 
13
            "objectclass": [
 
14
                "top",
 
15
                "automemberregexrule"
 
16
            ]
 
17
        },
 
18
        "summary": "Added automember rule \"foogroup\"",
 
19
        "value": "foogroup"
 
20
    }
 
21
}
 
 
b'\\ No newline at end of file'