From cb790734e5a08d20647455477679beebef1df2c9 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Mon, 13 Jun 2022 12:43:24 +0200 Subject: [PATCH] feat(config): add LDAP example --- etebase-server.ini.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/etebase-server.ini.example b/etebase-server.ini.example index 3245e6c..436efe1 100644 --- a/etebase-server.ini.example +++ b/etebase-server.ini.example @@ -21,3 +21,15 @@ name = db.sqlite3 [database-options] ; Add engine-specific options here, such as postgresql parameter key words + +;[ldap] +;server = +;search_base = +;filter = +; In case a cache TTL of 1 hour is too short for you, set `cache_ttl` to the preferred +; amount of hours a cache entry should be viewed as valid: +;cache_ttl = 5 +;bind_dn = +; Either specify the password directly, or provide a password file +;bind_pw = +;bind_pw_file = /path/to/the/file.txt