summaryrefslogtreecommitdiff
path: root/source4/kdc/hdb-samba4.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-23 10:09:02 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-23 14:49:02 +0200
commitc5d07d2a1a85f8ebc023d5647752ca36210bbe2b (patch)
tree73e2ff4ab25cf9fd91000dabfedff8fd227bd195 /source4/kdc/hdb-samba4.c
parent714c926cf04c837902fdcfa097c51429f31ee581 (diff)
downloadsamba-c5d07d2a1a85f8ebc023d5647752ca36210bbe2b.tar.gz
samba-c5d07d2a1a85f8ebc023d5647752ca36210bbe2b.tar.bz2
samba-c5d07d2a1a85f8ebc023d5647752ca36210bbe2b.zip
Per Andrews request, revert
"heimdal/waf: Initial work on making it possible to use the system" as the hdb_check_s4u2self function handling is incorrect. This reverts commit b099631f428d0ecc641d59bd3c94674e6348dde9.
Diffstat (limited to 'source4/kdc/hdb-samba4.c')
-rw-r--r--source4/kdc/hdb-samba4.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/kdc/hdb-samba4.c b/source4/kdc/hdb-samba4.c
index 9d5d44a5d2..6534dbd27a 100644
--- a/source4/kdc/hdb-samba4.c
+++ b/source4/kdc/hdb-samba4.c
@@ -242,9 +242,7 @@ NTSTATUS hdb_samba4_create_kdc(struct samba_kdc_base_context *base_ctx,
(*db)->hdb_auth_status = NULL;
(*db)->hdb_check_constrained_delegation = hdb_samba4_check_identical_client_and_server;
(*db)->hdb_check_pkinit_ms_upn_match = hdb_samba4_check_pkinit_ms_upn_match;
-#ifdef HDB_STRUCT_HAS_HDB_CHECK_S4U2SELF
(*db)->hdb_check_s4u2self = hdb_samba4_check_identical_client_and_server;
-#endif
return NT_STATUS_OK;
}