sdelements / lets-chat-ldap

LDAP plugin for Let's Chat
MIT License
33 stars 12 forks source link

Anonymous LDAP Authentication #15

Open brandonmerritt opened 9 years ago

brandonmerritt commented 9 years ago

I was hoping the plugin supported Anonymous Authentication. I can't find any reference to it. Is this possible?

mroe1234 commented 8 years ago

+1

funkaoshi commented 8 years ago

I don't think it's possible right now, and honestly it's unlikely we'll get to it any time soon. I agree it'd likely be useful for some people.

mroe1234 commented 8 years ago

For those of you wondering how to get anonymous binding working. It turned out to be easy. Set your bind_options: like so:

bind_options:
  bindDN: ''
  bindCredentials: ''
funkaoshi commented 8 years ago

Awesome. We should update our docs.