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
183a0f37
Commit
183a0f37
authored
18 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
ITS#4810 bi_entry_get_rw() must return the entry regardless of whether
it's an alias or referral or not
parent
35e0956c
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/back-bdb/id2entry.c
+0
-15
0 additions, 15 deletions
servers/slapd/back-bdb/id2entry.c
with
0 additions
and
15 deletions
servers/slapd/back-bdb/id2entry.c
+
0
−
15
View file @
183a0f37
...
...
@@ -384,21 +384,6 @@ dn2entry_retry:
"=> bdb_entry_get: found entry:
\"
%s
\"\n
"
,
ndn
->
bv_val
,
0
,
0
);
/* find attribute values */
if
(
is_entry_alias
(
e
)
)
{
Debug
(
LDAP_DEBUG_ACL
,
"<= bdb_entry_get: entry is an alias
\n
"
,
0
,
0
,
0
);
rc
=
LDAP_ALIAS_PROBLEM
;
goto
return_results
;
}
if
(
is_entry_referral
(
e
)
)
{
Debug
(
LDAP_DEBUG_ACL
,
"<= bdb_entry_get: entry is a referral
\n
"
,
0
,
0
,
0
);
rc
=
LDAP_REFERRAL
;
goto
return_results
;
}
if
(
oc
&&
!
is_entry_objectclass
(
e
,
oc
,
0
))
{
Debug
(
LDAP_DEBUG_ACL
,
"<= bdb_entry_get: failed to find objectClass %s
\n
"
,
...
...
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