Create shaarli.md

This commit is contained in:
Hobbabobba 2023-04-02 23:47:10 +02:00 committed by GitHub
parent 65e2c24928
commit e876fb2230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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