mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 03:59:34 -05:00
LDAP_TXN is now RFC 5805
This commit is contained in:
parent
09137b6646
commit
e9f5e59ba2
1 changed files with 11 additions and 5 deletions
|
|
@ -422,11 +422,17 @@ typedef struct ldapcontrol {
|
|||
#define LDAP_URLEXT_X_SEARCHEDSUBTREE "x-searchedSubtree"
|
||||
#define LDAP_URLEXT_X_FAILEDNAME "x-failedName"
|
||||
|
||||
#define LDAP_X_TXN "1.3.6.1.4.1.4203.666.11.7" /* tmp */
|
||||
#define LDAP_EXOP_X_TXN_START LDAP_X_TXN ".1"
|
||||
#define LDAP_CONTROL_X_TXN_SPEC LDAP_X_TXN ".2"
|
||||
#define LDAP_EXOP_X_TXN_END LDAP_X_TXN ".3"
|
||||
#define LDAP_EXOP_X_TXN_ABORTED_NOTICE LDAP_X_TXN ".4"
|
||||
#define LDAP_TXN "1.3.6.1.1.21" /* RFC 5805 */
|
||||
#define LDAP_EXOP_TXN_START LDAP_X_TXN ".1"
|
||||
#define LDAP_CONTROL_TXN_SPEC LDAP_X_TXN ".2"
|
||||
#define LDAP_EXOP_TXN_END LDAP_X_TXN ".3"
|
||||
#define LDAP_EXOP_TXN_ABORTED_NOTICE LDAP_X_TXN ".4"
|
||||
|
||||
#define LDAP_X_TXN LDAP_TXN
|
||||
#define LDAP_EXOP_X_TXN_START LDAP_EXOP_TXN_START
|
||||
#define LDAP_CONTROL_X_TXN_SPEC LDAP_CONTROL_TXN_SPEC
|
||||
#define LDAP_EXOP_X_TXN_END LDAP_EXOP_TXN_END
|
||||
#define LDAP_EXOP_X_TXN_ABORTED_NOTICE LDAP_EXOP_TXN_ABORTED_NOTICE
|
||||
|
||||
/* LDAP Features */
|
||||
#define LDAP_FEATURE_ALL_OP_ATTRS "1.3.6.1.4.1.4203.1.5.1" /* RFC 3673 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue