mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
fixed uid
This commit is contained in:
parent
5efcf7bec7
commit
4ca9995f8e
@ -6,6 +6,6 @@ Just add the following lines:
|
|||||||
```
|
```
|
||||||
"ldap": {
|
"ldap": {
|
||||||
"host": "ldap://lldap_server:3890",
|
"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"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user