From e876fb2230a0f3c2250a045f60cf992ad5dc5818 Mon Sep 17 00:00:00 2001 From: Hobbabobba Date: Sun, 2 Apr 2023 23:47:10 +0200 Subject: [PATCH] Create shaarli.md --- example_configs/shaarli.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 example_configs/shaarli.md diff --git a/example_configs/shaarli.md b/example_configs/shaarli.md new file mode 100644 index 0000000..df66dc5 --- /dev/null +++ b/example_configs/shaarli.md @@ -0,0 +1,11 @@ +# Configuration for shaarli + +LDAP configuration is in ```/data/config.json.php``` + +Just add the following lines: +``` + "ldap": { + "host": "ldap://lldap_server:3890", + "dn": "uid=user_you_want_to_login_to_shaarli,ou=people,dc=example,dc=com" + } +```