mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08: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
README
3
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.
|
||||
|
||||
|
@ -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
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 New Issue
Block a user