libads: Add API call to connect to a global catalog server.
authorGerald W. Carter <jerry@samba.org>
Fri, 27 Jun 2008 14:22:39 +0000 (10:22 -0400)
committerGerald W. Carter <jerry@samba.org>
Fri, 27 Jun 2008 14:26:11 +0000 (10:26 -0400)
commit9ff1ffcbee46257c3b2b13b84c2a539322493190
tree8cafc550e0378e56a44a89787fcfafa708d578e4
parente08943f8d855b85765615b2a231fb65d5788a2a6
libads: Add API call to connect to a global catalog server.

Extends ads_connect() to a new call ads_connect_gc() which connects on port
3268 rather than port 389.  Also makes ads_try_connect() static and
only used internally to ldap.c
(This used to be commit f4c37dbe2c986fb7bfe510cdff3b4a9fbc06d079)
source3/include/ads.h
source3/include/proto.h
source3/include/smb.h
source3/libads/ldap.c
source3/winbindd/winbindd_cm.c