BookStack icon indicating copy to clipboard operation
BookStack copied to clipboard

Multiple LDAP servers

Open Khazhinov opened this issue 3 years ago • 0 comments

Hello! I want to express my gratitude, because Bookstack has become an indispensable tool for me in my work! But in order to get a failover option for Bookstack service on a domain network, I needed to be able to specify multiple domain controller addresses. I propose a simple implementation of this feature.

Just specify the LDAP_SERVER variable in the .env file in the format: dc1.domain.local:389;dc2.domain.local:389

Khazhinov avatar Sep 21 '22 12:09 Khazhinov