mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
Update LDAP Sync OIDs to those assigned for RFC publication
This commit is contained in:
parent
d516556d27
commit
9d7a629bc4
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue