]> git.sur5r.net Git - openldap/commit
Fix a couple FIXMEs: use ldif_put to allow for binary values in
authorHoward Chu <hyc@openldap.org>
Fri, 28 Jan 2011 09:40:52 +0000 (09:40 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 28 Jan 2011 09:40:52 +0000 (09:40 +0000)
commit36563721bcc8ee76d3b2cbbee3ff24d1985d521e
treea46a1af7ce952e9a0829dcd536bed059d6bf2cb1
parent0a96599375a5b381cf60875071c572c96fea1805
Fix a couple FIXMEs: use ldif_put to allow for binary values in
compare and modify. Note that line wrapping is disabled; presumably
existing code expects the compare argument to use only a single line.
The manpage should be updated to note whether standard LDIF with
default line wrapping is expected or not. (Add uses default width already.)
servers/slapd/back-sock/compare.c
servers/slapd/back-sock/modify.c