Make Samba compile on RH 6.2 again.
authorAndrew Bartlett <abartlet@samba.org>
Sun, 30 Dec 2001 05:59:43 +0000 (05:59 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 30 Dec 2001 05:59:43 +0000 (05:59 +0000)
commit34037e2479981073c8289fe51868b29096cc5808
tree5c450d95502f9ab93a3d7b679a55ce28424df7b4
parentbb81e23e176ec7dfe0111b5aa2946a51239ef3b9
Make Samba compile on RH 6.2 again.

We now include the libber.h file if required, but currently we just don't use
ldap.  (I'll chase this up).

In the meantime, I've moved the ads_status code about, its now in its own file,
and has a couple of #ifdefs to allow smbd to link - becouse the lack of LDAP
caused HAVE_ADS to be undefined. (I hope its not too ugly).

Andrew Bartlett
(This used to be commit 14407c87e2dcccae1784290e3eb7a2d611516aff)
source3/Makefile.in
source3/configure
source3/configure.in
source3/include/config.h.in
source3/include/includes.h
source3/libads/ads_status.c [new file with mode: 0644]
source3/libads/ldap.c