]> git.sur5r.net Git - openldap/commitdiff
Update LDAP Sync OIDs to those assigned for RFC publication
authorKurt Zeilenga <kurt@openldap.org>
Tue, 16 Mar 2004 00:51:11 +0000 (00:51 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 16 Mar 2004 00:51:11 +0000 (00:51 +0000)
include/ldap.h

index 00461e1829574d1d17c33fdb69e01827e29f646e..b8a93ccffd676f9150a95826b390e7636f0be10f 100644 (file)
@@ -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