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/db-glue.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/kdc/db-glue.h') diff --git a/source4/kdc/db-glue.h b/source4/kdc/db-glue.h index b2291f9eb2..33ba707822 100644 --- a/source4/kdc/db-glue.h +++ b/source4/kdc/db-glue.h @@ -36,10 +36,10 @@ krb5_error_code samba_kdc_nextkey(krb5_context context, hdb_entry_ex *entry); krb5_error_code -samba_kdc_check_constrained_delegation(krb5_context context, - struct samba_kdc_db_context *kdc_db_ctx, - hdb_entry_ex *entry, - krb5_const_principal target_principal); +samba_kdc_check_identical_client_and_server(krb5_context context, + struct samba_kdc_db_context *kdc_db_ctx, + hdb_entry_ex *entry, + krb5_const_principal target_principal); krb5_error_code samba_kdc_check_pkinit_ms_upn_match(krb5_context context, -- cgit