docs: update calibre-web config with login fix

This commit is contained in:
Ghassan Alduraibi 2022-06-14 19:54:27 +03:00 committed by nitnelave
parent 96693d4691
commit 996f08d456

View File

@ -54,13 +54,13 @@ dc=example,dc=com
### LDAP User Object Filter ### LDAP User Object Filter
``` ```
(&(memberOf=CN=calibre_web,ou=groups,DC=example,DC=com)(uid=%s)) (&(objectclass=person)(uid=%s))
``` ```
### LDAP Server is OpenLDAP? ### LDAP Server is OpenLDAP?
``` ```
no yes
``` ```
### LDAP Group Object Filter ### LDAP Group Object Filter