yammer / dropwizard-auth-ldap

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

Feature Request #23

Open ThomasUllrich666 opened 5 years ago

ThomasUllrich666 commented 5 years ago

Can you please provide an option to enable multiple LDAP server in the URI Parameter set?

Currently you just can provide one Server: uri: ldaps://myldap.com:636

Please enable the option that you can provide multiple server: uri: ldaps://myldap1.com:636; uri: ldaps://myldap2.com:636