]> git.sur5r.net Git - openldap/commitdiff
Remove meantion of ldapd from main README, add README in servers/ldapd
authorKurt Zeilenga <kurt@openldap.org>
Tue, 15 Jun 1999 21:09:46 +0000 (21:09 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 15 Jun 1999 21:09:46 +0000 (21:09 +0000)
stating ldapd is not supported nor actively maintained, and the code
may suffer from bitrot.  Update configure warnings.

README
configure.in
servers/ldapd/README [new file with mode: 0644]

diff --git a/README b/README
index 2cd92c1fd5c835a8626bc6722fa38dc5df0b8e98..70fc4b6d06792f1673f30cbd1a88db37e735cfbc 100644 (file)
--- 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.
                
index 3a5c5c375f30cf9097c5cc411184e62cf8601254..f5c3a2e186e4b785f122275ffb87c1aa4d2d9e86 100644 (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, [
diff --git a/servers/ldapd/README b/servers/ldapd/README
new file mode 100644 (file)
index 0000000..5fb15f1
--- /dev/null
@@ -0,0 +1,2 @@
+LDAPD is no longer supported nor actively maintained.
+This code may suffer from bitrot.