Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parseDN declared but undefined #14

Closed
pyhedgehog opened this issue Nov 23, 2023 · 0 comments
Closed

parseDN declared but undefined #14

pyhedgehog opened this issue Nov 23, 2023 · 0 comments

Comments

@pyhedgehog
Copy link

pyhedgehog commented Nov 23, 2023

$ node -p '"parseDN" in require("ldapjs-promise")'                                                                                 
true
$ node -p 'require("ldapjs-promise").parseDN'                                                                                      
undefined                                                                                                                          

There are incorrect definition:

parseDN: dn.parse,

At least for current ldapjs@3.0.6 it should be either ldap.parseDN or (like in ldapjs source) dn.DN.fromString.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant