summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/service_remove_host.sh
blob: 15234f4d06c708774aa5267519834e49c5fe82d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "error": null,
    "id": 0,
    "result": {
        "completed": 1,
        "failed": {
            "managedby": {
                "host": []
            }
        },
        "result": {
            "dn": "krbprincipalname=test/dev.example.com@dev.example.com,cn=services,cn=accounts,dc=dev,dc=example,dc=com",
            "krbprincipalname": [
                "test/dev.example.com@DEV.EXAMPLE.COM"
            ]
        }
    }
}