yammer / dropwizard-auth-ldap

Dropwizard Authentication Module for LDAP using JNDI.
Apache License 2.0
36 stars 18 forks source link

Support for non-anonymous binds #13

Closed bigloser closed 7 years ago

bigloser commented 7 years ago

I need to connect to foxpass which does not allow anonymous binds, so I created this PR to allow one to specify a bind username/password. https://github.com/yammer/dropwizard-auth-ldap/pull/12 If you think it looks ok I'd love if it was merged in and released.

Thank you so much