yammer / dropwizard-auth-ldap

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

fixed incorrect URL, corrected example code syntax #3

Closed neurons closed 9 years ago

neurons commented 9 years ago

Changes:

  1. Changed the URL of dropwizard-auth to correct one
  2. Changed environment method names to reflect changes in the newer dropwizard auth
  3. Added additional notes to register resource to envirionment
neurons commented 9 years ago

Merge conflict fixed. New pull request: https://github.com/yammer/dropwizard-auth-ldap/pull/4

pshaw125 commented 9 years ago

Created a new PR through my recommendation - Unresolved conflict tags were going to make things really messy so we cherry-picked what we needed into a new branch and fixed everything from there. :)

neurons commented 9 years ago

Thanks to @Pshaw125 for the help!