From adc8e7e19f4e86db0a62d1c20eb5e70bf91c1dd7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 4 Jan 2021 11:21:19 +0100 Subject: Fix ldap test port --- server/tests/external-plugins/auth-ldap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/external-plugins/auth-ldap.ts b/server/tests/external-plugins/auth-ldap.ts index bb02fbc02..4ce8e82cb 100644 --- a/server/tests/external-plugins/auth-ldap.ts +++ b/server/tests/external-plugins/auth-ldap.ts @@ -67,7 +67,7 @@ describe('Official plugin auth-ldap', function () { 'mail-property': 'mail', 'search-base': 'ou=people,dc=planetexpress,dc=com', 'search-filter': '(|(mail={{username}})(uid={{username}}))', - 'url': 'ldap://localhost:389', + 'url': 'ldap://localhost:10389', 'username-property': 'uid' } }) -- cgit v1.2.3