]> git.sur5r.net Git - openldap/commitdiff
Assign OIDs for LDAP Sync
authorKurt Zeilenga <kurt@openldap.org>
Fri, 7 Feb 2003 21:39:31 +0000 (21:39 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 7 Feb 2003 21:39:31 +0000 (21:39 +0000)
include/ldap.h

index 9b18a751101df6825c5676447ec3dc8017526f75..827e6c749f03d244c0ade26f81058f487bdb0379 100644 (file)
@@ -216,10 +216,10 @@ typedef struct ldapcontrol {
 #endif
 
 #ifdef LDAP_SYNC
-#define LDAP_CONTROL_SYNC                      "1.3.6.1.4.1.4203.666.5.TBD1"
-#define LDAP_CONTROL_SYNC_STATE                        "1.3.6.1.4.1.4203.666.5.TBD2"
-#define LDAP_CONTROL_SYNC_DONE                 "1.3.6.1.4.1.4203.666.5.TBD3"
-#define LDAP_SYNC_INFO                         "1.3.6.1.4.1.4203.666.5.TBD4"
+#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_REFRESH_DONE         0
 #define LDAP_SYNC_NEW_COOKIE           1