I'm trying to setup LDAP with my asustor NAS, mostly as a learning experience, but get a error, both with the nas, but also with my own pc.
ar2000@hostname:~$ ldapsearch -x -H ldap://YYY.YYY.YYY.YYY:389 -D cn=ldapsearch,ou=users,dc=ldap,dc=auth,dc=ar2000,dc=me -w 'password' -b 'dc=ldap,dc=auth,dc=ar2000,dc=me'
ldap_bind: Operations error (1)
This is the log I get in the outpost : a 403 error.
warning | bindDN=cn=ldapsearch,ou=users,dc=ldap,dc=auth,dc=ar2000,dc=me client=XXX.XXX.XXX.XXX error=403 Forbidden event=failed to get user info requestId=636d67e9-400f-4f50-9579-6ffccf4feafb timestamp=2024-12-10T01:37:23Z
INF | bindDN=cn=ldapsearch,ou=users,dc=ldap,dc=auth,dc=ar2000,dc=me client=XXX.XXX.XXX.XXX event=Bind request requestId=636d67e9-400f-4f50-9579-6ffccf4feafb timestamp=2024-12-10T01:37:23Z took-ms=1810
Any idea why ?