summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/data/host_mod.json1
-rw-r--r--install/ui/test/data/host_show.json2
-rw-r--r--install/ui/test/data/host_show_dev.example.com.json2
-rw-r--r--install/ui/test/data/host_show_test.example.com.json2
-rw-r--r--install/ui/test/data/ipa_init_objects.json25
5 files changed, 28 insertions, 4 deletions
diff --git a/install/ui/test/data/host_mod.json b/install/ui/test/data/host_mod.json
index 80714a9db..0ec8dcd17 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 0557d1b3c..06c6ba749 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 842a12d3d..4aaef927c 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 0557d1b3c..06c6ba749 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 0243c63d4..bf14222d7 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"