From 69307693dc47cdaa931551c99914e85273037886 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 5 Nov 2005 23:46:57 +0000 Subject: r11528: Separate finding dcs from initializing a domain. Makes it easier to possibly support cldap and other stuff in the future. This temporarily disables wbinfo -t, but that will come back soon. Try an ldap bind using gss-spnego. This got me krb5 binds against "our" w2k3 and a trusted w2k, although with some memleaks from krb5 and a BAD_OPTION tgs-rep error. Volker (This used to be commit d14948fdf687c8f70ef9ec35445b7eb04da84253) --- source4/winbind/config.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/winbind/config.mk') diff --git a/source4/winbind/config.mk b/source4/winbind/config.mk index 6ed4f51cfc..d940a4daf1 100644 --- a/source4/winbind/config.mk +++ b/source4/winbind/config.mk @@ -10,6 +10,8 @@ INIT_OBJ_FILES = \ wb_samba3_protocol.o \ wb_samba3_cmd.o \ wb_init_domain.o \ + wb_dom_info.o \ + wb_dom_info_trusted.o \ wb_sid2domain.o \ wb_connect_lsa.o \ wb_connect_sam.o \ -- cgit