mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
example_configs: wiki_js: Add missing closing curly brackets to filter
This commit is contained in:
@@ -27,11 +27,11 @@ ou=people,dc=example,dc=com
|
||||
### Search Filter
|
||||
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:
|
||||
```
|
||||
(&(|(uid={{username}})(mail={{username}))(objectClass=person))
|
||||
(&(|(uid={{username}})(mail={{username}}))(objectClass=person))
|
||||
```
|
||||
### Use TLS
|
||||
Left toggled off
|
||||
|
||||
Reference in New Issue
Block a user