ended3월 16일· 1 sources
Bookstack Ldap Issues
BookStack LDAP 연동 문제 해결
Why it matters
BookStack LDAP login failures are typically caused by incorrect user filter placeholder syntax (especially Docker Compose escaping of ${user}), TLS/SSL certificate validation issues with self-signed certs, wrong bind/base DN configuration, or SELinux blocking outbound LDAP connections. Fixes include using double $$ in docker-compose.yml to preserve the ${user} placeholder, configuring proper TLS settings or mounting CA certificates, verifying network connectivity from the container, and enabling httpd_can_network_connect on SELinux-enforcing systems.
1
Sources
+0
24h
—
Growth
189d
Active
BookStackLDAPDocker ComposeTLS/SSLSELinux