Remove meantion of ldapd from main README, add README in servers/ldapd

stating ldapd is not supported nor actively maintained, and the code
may suffer from bitrot.  Update configure warnings.
This commit is contained in:
Kurt Zeilenga 1999-06-15 21:09:46 +00:00
parent 5b0e434d93
commit 6fc999e214
3 changed files with 3 additions and 4 deletions

3
README
View File

@ -45,9 +45,6 @@ REQUIRED SOFTWARE
LTHREAD compatible thread package
(POSIX pthreads, MIT pthreads, Mach Cthreads or Sun LWP)
LDAPD:
ISODE compatible X.500 distribution
CLIENTS/CONTRIB ware:
Depends on package. See per package README.

View File

@ -516,7 +516,7 @@ AC_FUNC_SELECT_ARGTYPES
# ISODE tests
ol_link_isode=no
if test $ol_enable_ldapd != no ; then
AC_MSG_WARN([ldapd support deprecated. Manual intervention required.])
AC_MSG_WARN([ldapd is not supported and may suffer from bit rot.])
dnl look for ISODE libraries
AC_CHECK_LIB(xtpp, main, [

2
servers/ldapd/README Normal file
View File

@ -0,0 +1,2 @@
LDAPD is no longer supported nor actively maintained.
This code may suffer from bitrot.