The Samba-Bugzilla – Attachment 15760 Details for
Bug 10122
LDAP query with base dn containing a whitespace after the comma
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Temp Fix for CRLF in DN - samba 4.11
roms-samba4-trim-ldb_dn-crlf-4.11.patch (text/plain), 674 bytes, created by
Romain MARIADASSOU
on 2020-02-02 13:15:33 UTC
(
hide
)
Description:
Temp Fix for CRLF in DN - samba 4.11
Filename:
MIME Type:
Creator:
Romain MARIADASSOU
Created:
2020-02-02 13:15:33 UTC
Size:
674 bytes
patch
obsolete
>*** a/lib/ldb/common/ldb_dn.c.ori 2019-09-11 08:44:24.000000000 +0200 >--- b/lib/ldb/common/ldb_dn.c 2019-11-24 16:49:05.980673848 +0100 >*************** >*** 536,542 **** > } > > if (trim == true) { >! if (*p == ' ') { > p++; > continue; > } >--- 536,542 ---- > } > > if (trim == true) { >! if (*p == ' ' || *p == '\r' || *p == '\n') { > p++; > continue; > } >*************** >*** 686,692 **** > break; > } > >! if (*p == ' ') { > if (t == NULL) { > t = p; > } >--- 686,692 ---- > break; > } > >! if (*p == ' ' || *p == '\r' || *p == '\n') { > if (t == NULL) { > t = p; > }
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 Raw
Actions:
View
Attachments on
bug 10122
:
15288
| 15760