example_configs: wiki_js: Add missing closing curly brackets to filter

This commit is contained in:
Jona Joachim
2025-06-02 12:55:48 +02:00
committed by GitHub
parent 58b028ad5f
commit 4eb4fae49c
+2 -2
View File
@@ -27,11 +27,11 @@ ou=people,dc=example,dc=com
### Search Filter ### Search Filter
If you wish the permitted users to be restricted to just the `wiki` group: If you wish the permitted users to be restricted to just the `wiki` group:
``` ```
(&(memberof=cn=wiki,ou=groups,dc=example,dc=com)(|(uid={{username}})(mail={{username}))(objectClass=person)) (&(memberof=cn=wiki,ou=groups,dc=example,dc=com)(|(uid={{username}})(mail={{username}}))(objectClass=person))
``` ```
If you wish any of the registered LLDAP users to be permitted to use WikiJS: If you wish any of the registered LLDAP users to be permitted to use WikiJS:
``` ```
(&(|(uid={{username}})(mail={{username}))(objectClass=person)) (&(|(uid={{username}})(mail={{username}}))(objectClass=person))
``` ```
### Use TLS ### Use TLS
Left toggled off Left toggled off