Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
60b7dc73
Commit
60b7dc73
authored
May 01, 2021
by
Michael Ströder
Committed by
Howard Chu
May 01, 2021
Browse files
ITS#9542 fix AuthZ Identity control OIDs
Did not match RFC3829
parent
16fcba1e
Pipeline
#2620
passed with stage
in 44 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/ldap.h
View file @
60b7dc73
...
...
@@ -273,8 +273,8 @@ typedef struct ldapcontrol {
/* non-standard track controls */
#define LDAP_CONTROL_PAGEDRESULTS "1.2.840.113556.1.4.319"
/* RFC 2696 */
#define LDAP_CONTROL_AUTHZID_REQUEST "2.16.840.1.113730.4.16"
/* RFC 3829 */
#define LDAP_CONTROL_AUTHZID_RESPONSE "2.16.840.1.113730.4.15"
/* RFC 3829 */
#define LDAP_CONTROL_AUTHZID_REQUEST "2.16.840.1.113730.
3.
4.16"
/* RFC 3829 */
#define LDAP_CONTROL_AUTHZID_RESPONSE "2.16.840.1.113730.
3.
4.15"
/* RFC 3829 */
/* LDAP Content Synchronization Operation -- RFC 4533 */
#define LDAP_SYNC_OID "1.3.6.1.4.1.4203.1.9.1"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment