Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Nadezhda Ivanova
OpenLDAP
Commits
c12b2410
Commit
c12b2410
authored
25 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
rename LDAP_OPT_MATCHED_STRING to LDAP_OPT_MATCHED_DN.
parent
9a0caa62
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
+6
-4
6 additions, 4 deletions
include/ldap.h
with
6 additions
and
4 deletions
include/ldap.h
+
6
−
4
View file @
c12b2410
...
...
@@ -33,9 +33,9 @@ LDAP_BEGIN_DECL
#define LDAP_VERSION2 2
#define LDAP_VERSION3 3
#define LDAP_VERSION LDAP_VERSION2
#define LDAP_VERSION_MIN LDAP_VERSION2
#define LDAP_VERSION_MAX LDAP_VERSION2
#define LDAP_VERSION LDAP_VERSION2
#define LDAP_VERSION_MAX LDAP_VERSION3
/*
* We'll use 2000+draft revision for our API version number
...
...
@@ -109,7 +109,7 @@ LDAP_BEGIN_DECL
#define LDAP_OPT_DEBUG_LEVEL 0x5001
/* debug level */
#define LDAP_OPT_TIMEOUT 0x5002
/* default timeout */
#define LDAP_OPT_REFHOPLIMIT 0x5003
/* ref hop limit */
#define LDAP_OPT_MATCH
_STRING
0x5004
/* should have been in draft */
#define LDAP_OPT_MATCH
ED_DN
0x5004
/* should have been in draft */
/* on/off values */
#define LDAP_OPT_ON ((void *) 1)
...
...
@@ -118,7 +118,7 @@ LDAP_BEGIN_DECL
#define LDAP_OPT_SUCCESS 0
#define LDAP_OPT_ERROR (-1)
#define LDAP_API_INFO_VERSION
1
#define LDAP_API_INFO_VERSION
(1)
typedef
struct
ldapapiinfo
{
int
ldapai_info_version
;
/* version of LDAPAPIInfo (1) */
int
ldapai_api_version
;
/* revision of API supported */
...
...
@@ -142,6 +142,8 @@ typedef struct ldapcontrol {
}
LDAPControl
;
/* LDAP "Standard" Controls */
/* chase referrals controls */
#define LDAP_CONTROL_REFERRALS "1.2.840.113666.1.4.616"
#define LDAP_CHASE_SUBORDINATE_REFERRALS 0x0020
#define LDAP_CHASE_EXTERNAL_REFERRALS 0x0040
...
...
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