From 746f1160900222dde07665947f5b2fc0578ca6f6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 30 Aug 2021 15:17:01 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",