1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00

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 commit is contained in:
Volker Lendecke
2005-11-05 23:46:57 +00:00
committed by Gerald (Jerry) Carter
parent 419b28d02d
commit d14948fdf6
12 changed files with 572 additions and 356 deletions

View File

@@ -21,6 +21,8 @@
*/
#include "libcli/ldap/ldap.h"
enum ldap_request_state {LDAP_REQUEST_SEND, LDAP_REQUEST_PENDING, LDAP_REQUEST_DONE};
/* this is the handle that the caller gets when an async ldap message