node-ldapjs/lib
Patrick Mooney 408e7c9f99 Support invalid DNs in client/server
Some LDAP implementations (mainly AD and Outlook) accept and/or output
DNs that are not valid.  To support interaction with these invalid DNs a
strictDN flag (default: true) has been added to the client and server
constructors.  Setting this flag to false will allow use of
non-conforming DNs.

When disabling strictDN in the ldapjs client, strings which wouldn't
parse into a DN can then be passed to the ldap operation methods.  It
also means that some methods (such as search) may return results with
string-formatted DNs instead of DN objects.

When disabling strictDN in the ldapjs server, incoming requests that
contain invalid DNs will be routed to the default ('') handler for that
operation type.  It is your responsiblity to differentiate between
string-type and object-type DNs in those handlers.

Fix mcavage/node-ldapjs#222
Fix mcavage/node-ldapjs#146
Fix mcavage/node-ldapjs#113
Fix mcavage/node-ldapjs#104
2014-09-30 18:39:19 -05:00
..
client Support invalid DNs in client/server 2014-09-30 18:39:19 -05:00
controls Preserve raw Buffer value in Control objects 2014-07-14 14:47:56 -05:00
errors Improve client request state tracking 2014-07-09 13:40:17 -05:00
filters Add ducktyping Filter.isFilter method 2014-06-23 18:09:56 -05:00
messages Support invalid DNs in client/server 2014-09-30 18:39:19 -05:00
attribute.js Make Attribute detection more strict 2014-07-17 13:33:02 -05:00
change.js Make Attribute detection more strict 2014-07-17 13:33:02 -05:00
dn.js Support invalid DNs in client/server 2014-09-30 18:39:19 -05:00
dtrace.js Upadte to make dtrace-provider optional. Fix bug in original update. 2014-04-02 10:51:10 -04:00
index.js lint cleanup 2013-01-30 23:52:44 +00:00
persistent_search.js fix make check after merge 2012-02-24 08:39:21 -08:00
protocol.js Initial working client/server version 2011-08-04 13:32:01 -07:00
server.js Support invalid DNs in client/server 2014-09-30 18:39:19 -05:00
url.js support extensible matching of caseIgnore and caseIgnoreSubstrings 2013-10-28 21:12:12 +00:00