Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

result: 32 No such object

Tags:

ldap

openldap

When I try to run

ldapsearch -x

I get an error

result: 32 No such object

I am using Ubuntu 14.04

like image 449
PeeKay Avatar asked Oct 17 '25 12:10

PeeKay


1 Answers

  • You have specified no host so it assumes localhost.
  • You have specified no port, so it assumes 389.
  • You have specified no bind DN so it assumes anonymous bind.
  • You have specified no filter so it assumes objectclass=* (I think).

Any of those being bad assumptions could cause it to fail. Generally this should return at least the RootDSE of the local LDAP instance on 389.

like image 188
geoffc Avatar answered Oct 19 '25 13:10

geoffc



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!