From 6fc999e214eaf9e71d5524a8d7d637862fd5f0c3 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 15 Jun 1999 21:09:46 +0000 Subject: [PATCH] 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. --- README | 3 --- configure.in | 2 +- servers/ldapd/README | 2 ++ 3 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 servers/ldapd/README diff --git a/README b/README index 2cd92c1fd5..70fc4b6d06 100644 --- a/README +++ b/README @@ -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. diff --git a/configure.in b/configure.in index 3a5c5c375f..f5c3a2e186 100644 --- a/configure.in +++ b/configure.in @@ -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, [ diff --git a/servers/ldapd/README b/servers/ldapd/README new file mode 100644 index 0000000000..5fb15f1337 --- /dev/null +++ b/servers/ldapd/README @@ -0,0 +1,2 @@ +LDAPD is no longer supported nor actively maintained. +This code may suffer from bitrot. -- 2.39.2