node-ldapjs/test/messages
Robert Kawecki 6b092cf70f Remove spaces from DNs in SearchRequest
This change fixes how DNs are serialized into BER for SearchRequest messages.
It drops spaces around commas, since it breaks some LDAP servers that expect
the DN to be separated by comma only as per RFC 4514. The old format of
spaced separators from LDAPv2 is thus no longer used.

For #611
2020-05-13 17:01:00 +02:00
..
add_request.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
add_response.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
bind_request.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
bind_response.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
compare_request.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
compare_response.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
del_request.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
del_response.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
ext_request.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
ext_response.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
moddn_request.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
moddn_response.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
modify_request.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
modify_response.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
parser.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
search_entry.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
search_request.test.js Remove spaces from DNs in SearchRequest 2020-05-13 17:01:00 +02:00
search_response.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00
unbind_request.test.js Apply standard linting to the code base (#539) 2019-08-27 17:11:49 -04:00