From f2b63d58da895d11ed490dddd5df30c777369fad Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 27 Mar 2010 23:11:06 +1100 Subject: s4:kdc Add functions to hdb-samba4 for the new s4u2self callback. For now, this shares the 'if it's the same host' system with the constrained delegation code. Andrew Bartlett --- source4/kdc/mit_samba.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/kdc/mit_samba.c') diff --git a/source4/kdc/mit_samba.c b/source4/kdc/mit_samba.c index 3faa20938f..328124c409 100644 --- a/source4/kdc/mit_samba.c +++ b/source4/kdc/mit_samba.c @@ -351,10 +351,10 @@ static int mit_samba_check_s4u2proxy(struct mit_samba_context *ctx, return ret; } - ret = samba_kdc_check_constrained_delegation(ctx->context, - ctx->db_ctx, - entry, - target_principal); + ret = samba_kdc_check_identical_client_and_server(ctx->context, + ctx->db_ctx, + entry, + target_principal); krb5_free_principal(ctx->context, target_principal); -- cgit