added Shaarli configuration example (#519)

* Create shaarli.md

* added Shaarli doc

* fixed uid
This commit is contained in:
Hobbabobba
2023-04-03 18:54:39 +02:00
committed by GitHub
parent 65e2c24928
commit df16d66753
2 changed files with 12 additions and 0 deletions

View File

@@ -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=%s,ou=people,dc=example,dc=com"
}
```