mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
example_configs: add Mailcow (#1188)
This commit is contained in:
@@ -624,6 +624,7 @@ folder for help with:
|
||||
- [Kimai](example_configs/kimai.yaml)
|
||||
- [LibreNMS](example_configs/librenms.md)
|
||||
- [Maddy](example_configs/maddy.md)
|
||||
- [Mailcow](example_configs/mailcow.md)
|
||||
- [Mastodon](example_configs/mastodon.env.example)
|
||||
- [Matrix](example_configs/matrix_synapse.yml)
|
||||
- [Mealie](example_configs/mealie.md)
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
# Mailcow LLDAP example config
|
||||
|
||||
## Setting location
|
||||
|
||||
First, go to `System` > `Configuration`.
|
||||
|
||||
And then, `Access` > `Identity Provider`.
|
||||
|
||||
## Configuration
|
||||
|
||||
Set `Identity Provider` as `LDAP`
|
||||
|
||||
Set `Host` as the LLDAP IP.
|
||||
|
||||
Set `Port` as the LLDAP port, which should be `3890` by default.
|
||||
|
||||
Set `Use SSL` to `False`.
|
||||
|
||||
Set `Use StartTLS` (SSL port will not be used) to `False`.
|
||||
|
||||
Set `Ignore SSL Errors` (validation bypass) to `False`.
|
||||
|
||||
When using `Use SSL` (LDAPS), `Port` should be set to `6360` instead, the default port if unchanged.
|
||||
|
||||
These three options should be `False`, unless there is a properly-signed non self-signed certificate for LLDAP installed.
|
||||
|
||||
Set `Base DN` in the format like `dc=example,dc=org`.
|
||||
|
||||
Set `Username Field` as `mail` or `uid`.
|
||||
|
||||
Set `Filter` as `(objectclass=person)`.
|
||||
|
||||
Set `Attribute Field` also as `mail`.
|
||||
|
||||
Set `Bind DN` in the format like `uid=username,ou=people,dc=example,dc=org`.
|
||||
|
||||
Set `Bind Password` as the password of the user given in `Bind DN`
|
||||
|
||||
Leave `Attribute Mapping` as default if you not sure what it means.
|
||||
|
||||
Set `Auto-create users on login`, `Periodic Full Sync`, `Import Users` to `True`.
|
||||
|
||||
Set `Sync / Import interval (min)` to `15`
|
||||
|
||||
Try `Test Connection`, you should be able to connect it now.
|
||||
Reference in New Issue
Block a user