From 670bee8e74b8ee3dd6f0f7de16b51f5c4b1d50b1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 30 Aug 2021 14:54:00 +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 ff7ee20..dc32196 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",