From 5af3b146a36ed4902bb8c05242cf1554c400e31a Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 29 Mar 2013 16:59:44 +0100 Subject: Add ipakrbokasdelegate option to service and host Web UI pages https://fedorahosted.org/freeipa/ticket/3329 --- install/ui/test/data/host_mod.json | 1 + install/ui/test/data/host_show.json | 2 +- .../ui/test/data/host_show_dev.example.com.json | 2 +- .../ui/test/data/host_show_test.example.com.json | 2 +- install/ui/test/data/ipa_init_objects.json | 25 +++++++++++++++++++++- 5 files changed, 28 insertions(+), 4 deletions(-) (limited to 'install/ui/test') diff --git a/install/ui/test/data/host_mod.json b/install/ui/test/data/host_mod.json index 80714a9d..0ec8dcd1 100644 --- a/install/ui/test/data/host_mod.json +++ b/install/ui/test/data/host_mod.json @@ -27,6 +27,7 @@ "krbprincipaltype": "rscwo", "krbpwdhistory": "rscwo", "krbpwdpolicyreference": "rscwo", + "krbticketflags": "rscwo", "krbticketpolicyreference": "rscwo", "krbupenabled": "rscwo", "l": "rscwo", diff --git a/install/ui/test/data/host_show.json b/install/ui/test/data/host_show.json index 0557d1b3..06c6ba74 100644 --- a/install/ui/test/data/host_show.json +++ b/install/ui/test/data/host_show.json @@ -29,7 +29,7 @@ "krbprincipaltype": "rsc", "krbpwdhistory": "rsc", "krbpwdpolicyreference": "rsc", - "krbticketflags": "rsc", + "krbticketflags": "rscwo", "krbticketpolicyreference": "rsc", "krbupenabled": "rsc", "l": "rscwo", diff --git a/install/ui/test/data/host_show_dev.example.com.json b/install/ui/test/data/host_show_dev.example.com.json index 842a12d3..4aaef927 100644 --- a/install/ui/test/data/host_show_dev.example.com.json +++ b/install/ui/test/data/host_show_dev.example.com.json @@ -29,7 +29,7 @@ "krbprincipaltype": "rsc", "krbpwdhistory": "rsc", "krbpwdpolicyreference": "rsc", - "krbticketflags": "rsc", + "krbticketflags": "rscwo", "krbticketpolicyreference": "rsc", "krbupenabled": "rsc", "l": "rscwo", diff --git a/install/ui/test/data/host_show_test.example.com.json b/install/ui/test/data/host_show_test.example.com.json index 0557d1b3..06c6ba74 100644 --- a/install/ui/test/data/host_show_test.example.com.json +++ b/install/ui/test/data/host_show_test.example.com.json @@ -29,7 +29,7 @@ "krbprincipaltype": "rsc", "krbpwdhistory": "rsc", "krbpwdpolicyreference": "rsc", - "krbticketflags": "rsc", + "krbticketflags": "rscwo", "krbticketpolicyreference": "rsc", "krbupenabled": "rsc", "l": "rscwo", diff --git a/install/ui/test/data/ipa_init_objects.json b/install/ui/test/data/ipa_init_objects.json index 0243c63d..bf14222d 100644 --- a/install/ui/test/data/ipa_init_objects.json +++ b/install/ui/test/data/ipa_init_objects.json @@ -5019,6 +5019,17 @@ "name": "ipasshpubkey", "noextrawhitespace": true, "type": "unicode" + }, + { + "class": "Bool", + "doc": "Client credentials may be delegated to the service", + "flags": [ + "virtual_attribute", + "no_search" + ], + "label": "Trusted for delegation", + "name": "ipakrbokasdelegate", + "type": "bool" } ], "uuid_attribute": "ipauniqueid" @@ -6562,8 +6573,20 @@ "type": "unicode", "values": [ "MS-PAC", - "PAD" + "PAD", + "NONE" ] + }, + { + "class": "Bool", + "doc": "Client credentials may be delegated to the service", + "flags": [ + "virtual_attribute", + "no_search" + ], + "label": "Trusted for delegation", + "name": "ipakrbokasdelegate", + "type": "bool" } ], "uuid_attribute": "ipauniqueid" -- cgit