mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Replaced LDAP_EXOP_X_START_TLS with LDAP_EXOP_START_TLS
This commit is contained in:
parent
ecc3ea7543
commit
0f52ca7f83
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ typedef struct ldapcontrol {
|
|||
|
||||
/* LDAP Extended Operations */
|
||||
#define LDAP_EXOP_X_MODIFY_PASSWD "1.3.6.1.4.1.4203.666.6.1"
|
||||
#define LDAP_EXOP_X_START_TLS "1.3.6.1.4.1.1466.20037"
|
||||
#define LDAP_EXOP_START_TLS "1.3.6.1.4.1.1466.20037"
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue