You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2024. It is now read-only.
I think that we have a problem with the password, that contains characters like:
&%$!() etc.
/opt/pct/node_modules/ldap-filter/lib/index.js:49
throw new Error('illegal unescaped char: ' + c);
^
Error: illegal unescaped char: (
at escapeValue (/opt/pct/node_modules/ldap-filter/lib/index.js:49:13)
at parseExpr (/opt/pct/node_modules/ldap-filter/lib/index.js:167:16)
at parseFilter (/opt/pct/node_modules/ldap-filter/lib/index.js:228:14)
at Object.parse (/opt/pct/node_modules/ldap-filter/lib/index.js:252:18)
at Object.parseString (/opt/pct/node_modules/ldapjs/lib/filters/index.js:180:27)
at Client.search (/opt/pct/node_modules/ldapjs/lib/client/client.js:567:30)
at ActiveDirectory.search (/opt/pct/node_modules/activedirectory/lib/activedirectory.js:529:10)
at ActiveDirectory.getGroupMembershipForDN (/opt/pct/node_modules/activedirectory/lib/activedirectory.js:740:10)
at /opt/pct/node_modules/activedirectory/lib/activedirectory.js:1113:29
at /opt/pct/node_modules/activedirectory/lib/activedirectory.js:885:5
I just downgraded to version 1.0.2 to fix it, but it could be great if the next release has as well som parser to deal with this typical characters used in strong passwords.
Hi,
I think that we have a problem with the password, that contains characters like:
&%$!() etc.
I just downgraded to version 1.0.2 to fix it, but it could be great if the next release has as well som parser to deal with this typical characters used in strong passwords.
Thanks in advance
Antonio