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
Oren Tirosh
OpenLDAP
Commits
f3ee9639
Commit
f3ee9639
authored
21 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
move API 2 protocol error mapping to frontend; add new isroot_dn helper
parent
f6126f7d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
servers/slapd/proto-slap.h
+3
-2
3 additions, 2 deletions
servers/slapd/proto-slap.h
with
3 additions
and
2 deletions
servers/slapd/proto-slap.h
+
3
−
2
View file @
f3ee9639
...
...
@@ -222,8 +222,8 @@ LDAP_SLAPD_F (BackendDB *) select_backend LDAP_P((
LDAP_SLAPD_F
(
int
)
be_issuffix
LDAP_P
((
Backend
*
be
,
struct
berval
*
suffix
));
LDAP_SLAPD_F
(
int
)
be_isroot
LDAP_P
((
Backend
*
be
,
struct
berval
*
ndn
));
LDAP_SLAPD_F
(
int
)
be_isroot
LDAP_P
((
Backend
*
be
,
struct
berval
*
ndn
));
LDAP_SLAPD_F
(
int
)
be_isroot_dn
LDAP_P
((
Operation
*
op
));
LDAP_SLAPD_F
(
int
)
be_isroot_pw
LDAP_P
((
Operation
*
op
));
LDAP_SLAPD_F
(
int
)
be_isupdate
LDAP_P
((
Backend
*
be
,
struct
berval
*
ndn
));
LDAP_SLAPD_F
(
struct
berval
*
)
be_root_dn
LDAP_P
((
Backend
*
be
));
...
...
@@ -946,6 +946,7 @@ LDAP_SLAPD_F (int) slap_read_controls LDAP_P(( Operation *op, SlapReply *rs,
LDAP_SLAPD_F
(
int
)
str2result
LDAP_P
((
char
*
s
,
int
*
code
,
char
**
matched
,
char
**
info
));
LDAP_SLAPD_F
(
int
)
slap_map_api2result
LDAP_P
((
SlapReply
*
rs
));
/*
* root_dse.c
...
...
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