example_configs: Add config for The Lounge

This commit is contained in:
poVoq 2023-08-11 05:23:14 +00:00 committed by GitHub
parent 836823a5cd
commit 2eff37684d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Basic LDAP auth for a The Lounge IRC web-client
[Main documentation here.](https://thelounge.chat/docs/configuration#ldap-support)
For simple user auth with LLDAP on localhost adapt this in the main config.js:
```
ldap: {
enable: true,
url: "ldap://127.0.0.1:3890",
tlsOptions: {},
primaryKey: "uid",
baseDN : "ou=people,dc=example,dc=com",
```
And comment out with ```//``` the entire ```searchDN``` block.