From 9d7a629bc425554bba8324c2361d7b32729df393 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Tue, 16 Mar 2004 00:51:11 +0000
Subject: [PATCH] Update LDAP Sync OIDs to those assigned for RFC publication

---
 include/ldap.h | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/include/ldap.h b/include/ldap.h
index 00461e1829..b8a93ccffd 100644
--- a/include/ldap.h
+++ b/include/ldap.h
@@ -203,10 +203,11 @@ typedef struct ldapcontrol {
 #define LDAP_CONTROL_PROXY_AUTHZ		"2.16.840.1.113730.3.4.18"
 #define LDAP_CONTROL_VALUESRETURNFILTER	"1.2.826.0.1.334810.2.3"
 
-#define LDAP_CONTROL_SYNC		"1.3.6.1.4.1.4203.666.5.6"
-#define LDAP_CONTROL_SYNC_STATE	"1.3.6.1.4.1.4203.666.5.7"
-#define LDAP_CONTROL_SYNC_DONE	"1.3.6.1.4.1.4203.666.5.8"
-#define LDAP_SYNC_INFO			"1.3.6.1.4.1.4203.666.10.2"
+#define LDAP_SYNC_OID			"1.3.6.1.4.1.4203.1.9.1"
+#define LDAP_CONTROL_SYNC		LDAP_SYNC_OID ".1"
+#define LDAP_CONTROL_SYNC_STATE	LDAP_SYNC_OID ".2"
+#define LDAP_CONTROL_SYNC_DONE	LDAP_SYNC_OID ".3"
+#define LDAP_SYNC_INFO			LDAP_SYNC_OID ".4"
 
 #define LDAP_SYNC_NONE					0x00
 #define LDAP_SYNC_REFRESH_ONLY			0x01
-- 
GitLab