Move a number of ADS related functions out into utility libs, so that things
authorAndrew Bartlett <abartlet@samba.org>
Fri, 27 Sep 2002 12:23:47 +0000 (12:23 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 27 Sep 2002 12:23:47 +0000 (12:23 +0000)
commit7e4afe538147bf31689f47232d5f2b04830dda1d
tree728ba39aa0cd91f0e4e2251f261d8f1d93d5b32e
parentdc262e3f39ec41576a586332b01e183b5583d3a6
Move a number of ADS related functions out into utility libs, so that things
like metze's sam_ads can also use them.

Also add error checking etc to a few more functions.

Andrew Bartlett
(This used to be commit c864edf4fbf8a6c37888a14b861d7c12cf503d4f)
source3/Makefile.in
source3/libads/ads_ldap.c [new file with mode: 0644]
source3/libads/ads_utils.c
source3/libads/kerberos.c
source3/libads/ldap.c
source3/libads/ldap_utils.c [new file with mode: 0644]
source3/nsswitch/winbindd_ads.c