r11528: Separate finding dcs from initializing a domain. Makes it easier to possibly
authorVolker Lendecke <vlendec@samba.org>
Sat, 5 Nov 2005 23:46:57 +0000 (23:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:45:49 +0000 (13:45 -0500)
commit69307693dc47cdaa931551c99914e85273037886
tree538173f824d7e93fc740ccea105f61196a070859
parentf792c4f8f23793b2a99d2cb6beff12bbe4044151
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)
12 files changed:
source4/libcli/ldap/ldap_client.h
source4/winbind/config.mk
source4/winbind/wb_async_helpers.c
source4/winbind/wb_async_helpers.h
source4/winbind/wb_dom_info.c [new file with mode: 0644]
source4/winbind/wb_dom_info_trusted.c [new file with mode: 0644]
source4/winbind/wb_init_domain.c
source4/winbind/wb_samba3_cmd.c
source4/winbind/wb_samba3_protocol.c
source4/winbind/wb_server.c
source4/winbind/wb_server.h
source4/winbind/wb_sid2domain.c