From 42eadaf3d94afc7abf8ba2f1a67c55f317215483 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 6 Jun 2004 12:59:14 +0000 Subject: r1048: - moved the schannel definitions into a separate schannel.idl - added server side support for schannel type 23. This allows WinXP to establish a schannel connection to Samba4 as an ADS DC - added client side support for schannel type 23, but disabled it as currently the client code has now way of getting the fully qualified domain name (which is needed) - report dcerpc faults in the server code in the log (This used to be commit 55e0b014fe14ca8811b55887208a1c3147ddb0d2) --- source4/librpc/config.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/librpc/config.m4') diff --git a/source4/librpc/config.m4 b/source4/librpc/config.m4 index e489538aeb..4df76e96be 100644 --- a/source4/librpc/config.m4 +++ b/source4/librpc/config.m4 @@ -30,7 +30,8 @@ SMB_SUBSYSTEM(LIBNDR_RAW,[], librpc/gen_ndr/ndr_ntsvcs.o librpc/gen_ndr/ndr_netlogon.o librpc/gen_ndr/ndr_trkwks.o - librpc/gen_ndr/ndr_keysvc.o]) + librpc/gen_ndr/ndr_keysvc.o + librpc/gen_ndr/ndr_schannel.o]) SMB_SUBSYSTEM(LIBRPC_RAW,[], [librpc/rpc/dcerpc.o -- cgit