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" + } +```