mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
Update config.js
This commit is contained in:
parent
c1e0801e94
commit
746f116090
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ module.exports = {
|
||||||
|
|
||||||
// - `url`: A url of the form `ldaps://<ip>:<port>`.
|
// - `url`: A url of the form `ldaps://<ip>:<port>`.
|
||||||
// For plain connections, use the `ldap` scheme.
|
// For plain connections, use the `ldap` scheme.
|
||||||
url: "ldap://127.0.0.1",
|
url: "ldap://127.0.0.1:389",
|
||||||
|
|
||||||
// - `primaryKey`: LDAP primary key. It is set to `"uid"` by default.
|
// - `primaryKey`: LDAP primary key. It is set to `"uid"` by default.
|
||||||
primaryKey: "uid",
|
primaryKey: "uid",
|
||||||
|
|
Loading…
Add table
Reference in a new issue