mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
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:
parent
5b0e434d93
commit
6fc999e214
3 changed files with 3 additions and 4 deletions
3
README
3
README
|
|
@ -45,9 +45,6 @@ REQUIRED SOFTWARE
|
||||||
LTHREAD compatible thread package
|
LTHREAD compatible thread package
|
||||||
(POSIX pthreads, MIT pthreads, Mach Cthreads or Sun LWP)
|
(POSIX pthreads, MIT pthreads, Mach Cthreads or Sun LWP)
|
||||||
|
|
||||||
LDAPD:
|
|
||||||
ISODE compatible X.500 distribution
|
|
||||||
|
|
||||||
CLIENTS/CONTRIB ware:
|
CLIENTS/CONTRIB ware:
|
||||||
Depends on package. See per package README.
|
Depends on package. See per package README.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -516,7 +516,7 @@ AC_FUNC_SELECT_ARGTYPES
|
||||||
# ISODE tests
|
# ISODE tests
|
||||||
ol_link_isode=no
|
ol_link_isode=no
|
||||||
if test $ol_enable_ldapd != no ; then
|
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
|
dnl look for ISODE libraries
|
||||||
AC_CHECK_LIB(xtpp, main, [
|
AC_CHECK_LIB(xtpp, main, [
|
||||||
|
|
|
||||||
2
servers/ldapd/README
Normal file
2
servers/ldapd/README
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
LDAPD is no longer supported nor actively maintained.
|
||||||
|
This code may suffer from bitrot.
|
||||||
Loading…
Reference in a new issue