From 8f446bd9325f73c68020f12839d8bed09df124fc Mon Sep 17 00:00:00 2001 From: MickMorley <19698105+MickMorley@users.noreply.github.com> Date: Tue, 21 Jun 2022 17:13:37 -0400 Subject: [PATCH] docs: add Syncthing example --- example_configs/syncthing.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 example_configs/syncthing.md diff --git a/example_configs/syncthing.md b/example_configs/syncthing.md new file mode 100644 index 0000000..a3934f8 --- /dev/null +++ b/example_configs/syncthing.md @@ -0,0 +1,30 @@ +# Configuration for Syncthing +## Actions > Advanced > LDAP +--- + +| Parameter | Value | Details | +|----------------------|------------------------------------------------------------------------|-------------------------------------------------------| +| Address | `localhost:3890` | Replace `localhost:3890` with your LLDAP host & port | +| Bind DN | `cn=%s,ou=people,dc=example,dc=com` | | +| Insecure Skip Verify | *unchecked* | | +| Search Base DN | `ou=people,dc=example,dc=com` | Only used when using filters. | +| Search Filter | `(&(uid=%s)(memberof=cn=lldap_syncthing,ou=groups,dc=example,dc=com))` | Filters on users belonging to group `lldap_syncthing` | +| Transport | `plain` | | + +Replace `dc=example,dc=com` with your LLDAP configured domain for all occurances + +Leave **Search Base DN** and **Search Filter** both blank if you are not using any filters. + +## Actions > Advanced > GUI + +Change **Auth Mode** from `static` to `ldap` + + +If you get locked out of the UI due to invalid LDAP settings, you can always change the settings from the `config.xml`, save the file, and force restart the app. + +### Example + +Change the below and restart + +` ldap` to ` static` +