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
I set up an univention ldap server and try to connect to it with my nodejs server. For that I first tried the ldap-authentication ldap-authentication package which works fine with the following config:
I set up an univention ldap server and try to connect to it with my nodejs server. For that I first tried the ldap-authentication ldap-authentication package which works fine with the following config:
Because I need some more functions I tried activedirectory with the following config (and some others but nothing worked):
For me both should work the same way, but the activedirectory-package just throws:
ERROR: {"lde_message":"invalid DN","lde_dn":null}
Also the
ldapsearch -H ip -x -D "uid=Administrator,cn=users,dc=example,dc=intranet" -W password -b "dc=example,dc=intranet"
works fine.So, what can be reason or way to solve this?
The text was updated successfully, but these errors were encountered: