Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
110dd5f2
Commit
110dd5f2
authored
24 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Use MODDN not RENAME as primary macro.
parent
7cb11765
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ldap.h
+8
-7
8 additions, 7 deletions
include/ldap.h
with
8 additions
and
7 deletions
include/ldap.h
+
8
−
7
View file @
110dd5f2
...
...
@@ -253,9 +253,9 @@ typedef struct ldapcontrol {
#define LDAP_REQ_MODIFY ((ber_tag_t) 0x66U)
/* application + constructed */
#define LDAP_REQ_ADD ((ber_tag_t) 0x68U)
/* application + constructed */
#define LDAP_REQ_DELETE ((ber_tag_t) 0x4aU)
/* application + primitive */
#define LDAP_REQ_MOD
R
DN ((ber_tag_t) 0x6cU)
/* application + constructed */
#define LDAP_REQ_MODDN LDAP_REQ_MOD
R
DN
#define LDAP_REQ_RENAME LDAP_REQ_MOD
R
DN
#define LDAP_REQ_MODDN ((ber_tag_t) 0x6cU)
/* application + constructed */
#define LDAP_REQ_MOD
R
DN LDAP_REQ_MODDN
#define LDAP_REQ_RENAME LDAP_REQ_MODDN
#define LDAP_REQ_COMPARE ((ber_tag_t) 0x6eU)
/* application + constructed */
#define LDAP_REQ_ABANDON ((ber_tag_t) 0x50U)
/* application + primitive */
#define LDAP_REQ_EXTENDED ((ber_tag_t) 0x77U)
/* application + constructed */
...
...
@@ -268,9 +268,9 @@ typedef struct ldapcontrol {
#define LDAP_RES_MODIFY ((ber_tag_t) 0x67U)
/* application + constructed */
#define LDAP_RES_ADD ((ber_tag_t) 0x69U)
/* application + constructed */
#define LDAP_RES_DELETE ((ber_tag_t) 0x6bU)
/* application + constructed */
#define LDAP_RES_MOD
R
DN ((ber_tag_t) 0x6dU)
/* application + constructed */
#define LDAP_RES_MODDN LDAP_RES_MOD
R
DN
/* application + constructed */
#define LDAP_RES_RENAME LDAP_RES_MOD
R
DN
/* application + constructed */
#define LDAP_RES_MODDN ((ber_tag_t) 0x6dU)
/* application + constructed */
#define LDAP_RES_MOD
R
DN LDAP_RES_MODDN
/* application + constructed */
#define LDAP_RES_RENAME LDAP_RES_MODDN
/* application + constructed */
#define LDAP_RES_COMPARE ((ber_tag_t) 0x6fU)
/* application + constructed */
#define LDAP_RES_EXTENDED ((ber_tag_t) 0x78U)
/* V3: application + constructed */
#define LDAP_RES_EXTENDED_PARTIAL ((ber_tag_t) 0x79U)
/* V3+: application + constructed */
...
...
@@ -280,7 +280,8 @@ typedef struct ldapcontrol {
/* sasl methods */
#define LDAP_SASL_SIMPLE NULL
#define LDAP_SASL_SIMPLE ((char*)0)
/* authentication methods available */
#define LDAP_AUTH_NONE ((ber_tag_t) 0x00U)
/* no authentication */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment