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
ISSUE:
I am currently updating the ldap-authentication dep from 2.3.1 to 3.0.3. When converting the dep my response from ldap is mainly the same except my groups property is an Array with undefined inside. I have tried following docs to no avail. What am I missing here?
The text was updated successfully, but these errors were encountered:
I'm encountering the same problem you are facing, and it seems that these issues have been fixed but the changes have not yet been released. You can refer to this issue #56 and this commit daf760b.
If you wish to use this updated version, you can include the following line in your package.json:
SPECS:
ldap-authentication: ^3.0.3
node: 20.5.0
CODE:
ISSUE:
I am currently updating the ldap-authentication dep from 2.3.1 to 3.0.3. When converting the dep my response from ldap is mainly the same except my groups property is an Array with undefined inside. I have tried following docs to no avail. What am I missing here?
The text was updated successfully, but these errors were encountered: