The Samba-Bugzilla – Attachment 15288 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
roms-samba4-trim-ldb_dn-crlf.patch (text/plain), 688 bytes, created by
Romain MARIADASSOU
on 2019-07-04 22:05:44 UTC
(
hide
)
Description:
Temp Fix for CRLF in DN
Filename:
MIME Type:
Creator:
Romain MARIADASSOU
Created:
2019-07-04 22:05:44 UTC
Size:
688 bytes
patch
obsolete
>*** lib/ldb/common/ldb_dn.c.ori 2019-01-15 11:07:00.000000000 +0100 >--- lib/ldb/common/ldb_dn.c 2019-07-04 23:23:18.000000000 +0200 >*************** >*** 540,546 **** > } > > if (trim) { >! if (*p == ' ') { > p++; > continue; > } >--- 540,546 ---- > } > > if (trim) { >! if (*p == ' ' || *p == '\r' || *p == '\n') { > p++; > continue; > } >*************** >*** 682,688 **** > break; > } > >! if (*p == ' ') { > if ( ! t) t = p; > } else { > if ( t ) t = NULL; >--- 682,688 ---- > break; > } > >! if (*p == ' ' || *p == '\r' || *p == '\n') { > if ( ! t) t = p; > } else { > if ( t ) t = NULL;
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