-1

Am developing the spring application with LDAP. Is there is any option to prevent the anonymous bind in LDAP. Am using Apache Directory Studio. Even I am giving the simple bind. Anonymous bind is permitted

enter image description here

Pl. help me to fix this.

Thanks in Advance

Aadhavan G S
  • 87
  • 1
  • 2
  • 18

1 Answers1

1

Most current LDAP server implementations have an option to disable anonymous binds.

From a LDAP client perspective you can check if the bindDN and password is empty and disallow any such request.

THere is also a "Un-authenticated Bind" term used by some were the bindDN is known but the password is empty which you could also disallow.

-jim

jwilleke
  • 10,467
  • 1
  • 30
  • 51