Back to Lldap

Configuration for Syncthing

example_configs/syncthing.md

0.6.31.8 KB
Original Source

Configuration for Syncthing

Actions > Advanced > LDAP


ParameterValueDetails
Addresslocalhost:3890Replace localhost:3890 with your LLDAP host & port
Bind DNcn=%s,ou=people,dc=example,dc=com
Insecure Skip Verifyunchecked
Search Base DNou=people,dc=example,dc=comOnly 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
Transportplain

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

<authMode>ldap</authMode> to <authMode>static</authMode>