From f9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 30 Jul 2020 16:58:32 +0200 Subject: Correctly test ldap --- server/tests/external-plugins/auth-ldap.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests') diff --git a/server/tests/external-plugins/auth-ldap.ts b/server/tests/external-plugins/auth-ldap.ts index 0f0a08532..bb02fbc02 100644 --- a/server/tests/external-plugins/auth-ldap.ts +++ b/server/tests/external-plugins/auth-ldap.ts @@ -47,7 +47,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://ldap:390', + 'url': 'ldap://localhost:390', 'username-property': 'uid' } }) @@ -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://ldap:389', + 'url': 'ldap://localhost:389', 'username-property': 'uid' } }) -- cgit v1.2.3