You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
902 B
24 lines
902 B
6 years ago
|
diff -up bind-9.6.0b1/contrib/sdb/ldap/ldapdb.c.old-api bind-9.6.0b1/contrib/sdb/ldap/ldapdb.c
|
||
|
--- bind-9.6.0b1/contrib/sdb/ldap/ldapdb.c.old-api 2008-11-24 13:28:13.000000000 +0100
|
||
|
+++ bind-9.6.0b1/contrib/sdb/ldap/ldapdb.c 2008-11-24 13:28:23.000000000 +0100
|
||
|
@@ -25,6 +25,7 @@
|
||
|
/* Using LDAPv3 by default, change this if you want v2 */
|
||
|
#ifndef LDAPDB_LDAP_VERSION
|
||
|
#define LDAPDB_LDAP_VERSION 3
|
||
|
+#define LDAP_DEPRECATED 1
|
||
|
#endif
|
||
|
|
||
|
#include <config.h>
|
||
|
diff -up bind-9.6.0b1/contrib/sdb/ldap/zone2ldap.c.old-api bind-9.6.0b1/contrib/sdb/ldap/zone2ldap.c
|
||
|
--- bind-9.6.0b1/contrib/sdb/ldap/zone2ldap.c.old-api 2008-11-24 13:29:05.000000000 +0100
|
||
|
+++ bind-9.6.0b1/contrib/sdb/ldap/zone2ldap.c 2008-11-24 13:29:14.000000000 +0100
|
||
|
@@ -13,6 +13,8 @@
|
||
|
* ditched dNSDomain2 schema support. Version 0.3-ALPHA
|
||
|
*/
|
||
|
|
||
|
+#define LDAP_DEPRECATED 1
|
||
|
+
|
||
|
#include <errno.h>
|
||
|
#include <string.h>
|
||
|
#include <stdlib.h>
|