From e31b0393953c184ce56c79b1b4de03a6f3f171f5 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 14 May 2005 06:38:49 +0000 Subject: [PATCH] Fix OIDs of works in progress --- include/ldap.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/ldap.h b/include/ldap.h index 8d71406083..a4f3ed2f3b 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -220,7 +220,9 @@ typedef struct ldapcontrol { #define LDAP_CONTROL_NOOP "1.3.6.1.4.1.4203.666.5.2" #define LDAP_CONTROL_PRE_READ "1.3.6.1.4.1.4203.666.5.10.1" #define LDAP_CONTROL_POST_READ "1.3.6.1.4.1.4203.666.5.10.2" -#define LDAP_CONTROL_MANAGEDIT "1.3.6.1.4.1.4203.666.5.11" +#define LDAP_CONTROL_NO_SUBORDINATES "1.3.6.1.4.1.4203.666.5.11" +#define LDAP_CONTROL_MANAGEDIT "1.3.6.1.4.1.4203.666.5.12" +#define LDAP_CONTROL_SLURP "1.3.6.1.4.1.4203.666.5.13" /* LDAP Duplicated Entry Control Extension *//* not implemented in slapd(8) */ #define LDAP_CONTROL_DUPENT_REQUEST "2.16.840.1.113719.1.27.101.1" -- 2.39.5