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)
commit14407c87e2dcccae1784290e3eb7a2d611516aff
treedaf2ac0335bcd767aac05350f4cf5407ca360fa5
parentfffae94dd5699f44c0b1c8081587deafd89b3fc0
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
source/Makefile.in
source/configure
source/configure.in
source/include/config.h.in
source/include/includes.h
source/libads/ads_status.c [new file with mode: 0644]
source/libads/ldap.c