diff --git a/conf/config.js b/conf/config.js index 698cecf..ab46f3c 100644 --- a/conf/config.js +++ b/conf/config.js @@ -395,7 +395,7 @@ module.exports = { // - `url`: A url of the form `ldaps://:`. // 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: "uid",