fixed uid

This commit is contained in:
Hobbabobba 2023-04-03 13:23:06 +02:00 committed by GitHub
parent 5efcf7bec7
commit 4ca9995f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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