From 5829ca2b348974e52a67b553afc7f7491007c33a Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Wed, 18 Jul 2012 16:27:35 -0500 Subject: Policy extensions + new policy: allowed ks types This simply adds KADM5_API_VERSION_4 and various fields to the policy structures: - attributes (policy-ish principal attributes) - max_life (max ticket life) - max_renewable_life (max ticket renewable life) - allowed_keysalts (allowed key/salt types) - TL data (future policy extensions) Of these only allowed_keysalts is currently implemented. Some refactoring of TL data handling is also done. ticket: 7223 (new) --- src/tests/hist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/hist.c') diff --git a/src/tests/hist.c b/src/tests/hist.c index c0b2b978c2..3d9e29e360 100644 --- a/src/tests/hist.c +++ b/src/tests/hist.c @@ -72,7 +72,7 @@ main(int argc, char **argv) params.mask |= KADM5_CONFIG_REALM; params.realm = realm; check(kadm5_init(ctx, "user", "", "", ¶ms, KADM5_STRUCT_VERSION, - KADM5_API_VERSION_3, NULL, &handle)); + KADM5_API_VERSION_4, NULL, &handle)); if (strcmp(argv[1], "make") == 0) { memset(&kent, 0, sizeof(kent)); kent.principal = hprinc; -- cgit