Commit a768d72
authored
Encode values with trailing whitespace (#24)
These would otherwise be treated ambiguously by tools processing the
resulting LDIF.
This follows RFC 2849 which states:
"Values or distinguished names that end with SPACE SHOULD be
base-64 encoded."
Signed-off-by: Georg Pfuetzenreuter <[email protected]>1 parent fd88d9b commit a768d72
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments