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