Univention Bugzilla – Attachment 6265 Details for
Bug 36343
mdb backend finds base object by ldapsearch -s one -b "$ldap_base" objectclass=domain
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix_mdb_onelevel_search.patch
fix_mdb_onelevel_search.patch (text/plain), 547 bytes, created by
Arvid Requate
on 2014-10-30 15:06:35 CET
(
hide
)
Description:
fix_mdb_onelevel_search.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2014-10-30 15:06:35 CET
Size:
547 bytes
patch
obsolete
>commit e6e073d31e89089a731870799b43de797480306d >Author: Howard Chu <hyc@openldap.org> >Date: Wed Oct 29 18:05:00 2014 +0000 > > ITS#7975 fix onelevel search > >diff --git a/servers/slapd/back-mdb/search.c b/servers/slapd/back-mdb/search.c >index 98b5f25..9089016 100644 >--- a/servers/slapd/back-mdb/search.c >+++ b/servers/slapd/back-mdb/search.c >@@ -837,6 +837,7 @@ loop_begin: > } > /* Fall-thru */ > case LDAP_SCOPE_ONELEVEL: >+ if ( id == base->e_id ) break; > isc.id = id; > isc.nscope = 0; > rs->sr_err = mdb_idscopes( op, &isc );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 36343
: 6265