verdaccio-ldap icon indicating copy to clipboard operation
verdaccio-ldap copied to clipboard

add support for multiple LDAP/AD servers for failover

Open jgrammen-agilitypr opened this issue 1 year ago • 0 comments

this is a request to add support to the configuration for multiple AD/LDAP servers to allow for failover/redundancy when a AD server is unavailable something like

 38 auth:
 39   ldap:
 40     type: ldap
 41     client_options:
 42       url: "ldaps://ad02.local.net:636 ldaps://ad01.local.net:636"

jgrammen-agilitypr avatar Mar 14 '23 13:03 jgrammen-agilitypr