gitblit-org / gitblit

pure java git solution
http://gitblit.com
Apache License 2.0
2.28k stars 670 forks source link

realm.ldap.server with mutliple URLs possible? #1326

Closed thomass4t closed 4 years ago

thomass4t commented 4 years ago

Hello, we are using LDAP authentication in a Windows AD environment. Everything works but we have several domain controllers and want to have a resilience regarding downtimes. The parameter "realm.ldap.server" takes one URL as far as I read in the documentation. Is is possible to configure multiple URLs for failover reasons? e.g. if URL #1 is not reachable, try URL #2 etc.?

Thank you in advance, Thomas

flaix commented 4 years ago

No, the parameter can only take one server. Listing multiple servers for distributed or fallback lookups is not implemented.