summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ldap/apr_ldap_compat.c7
-rw-r--r--ldap/apr_ldap_url.c7
2 files changed, 14 insertions, 0 deletions
diff --git a/ldap/apr_ldap_compat.c b/ldap/apr_ldap_compat.c
index 8057081d..c3699d69 100644
--- a/ldap/apr_ldap_compat.c
+++ b/ldap/apr_ldap_compat.c
@@ -14,6 +14,13 @@
*/
/*
+ * WARNING: This code below is DEPRECATED in APR v1.0.
+ *
+ * It requires an overhaul, which will be available in a later release
+ * of APR. Please expect the code below to change without notice.
+ */
+
+/*
* apr_ldap_compat.c: LDAP v2/v3 compatibility things
*
* Original code from auth_ldap module for Apache v1.3:
diff --git a/ldap/apr_ldap_url.c b/ldap/apr_ldap_url.c
index 81581c8b..9dd701cc 100644
--- a/ldap/apr_ldap_url.c
+++ b/ldap/apr_ldap_url.c
@@ -49,6 +49,13 @@
* is provided ``as is'' without express or implied warranty.
*/
+/*
+ * WARNING: This code below is DEPRECATED in APR v1.0.
+ *
+ * It requires an overhaul, which will be available in a later release
+ * of APR. Please expect the code below to change without notice.
+ */
+
/* apr_ldap_url.c -- LDAP URL (RFC 2255) related routines
*
* Win32 and perhaps other non-OpenLDAP based ldap libraries may be