aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/external-plugins/auth-ldap.ts2
1 files changed, 1 insertions, 1 deletions
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 () {
67 'mail-property': 'mail', 67 'mail-property': 'mail',
68 'search-base': 'ou=people,dc=planetexpress,dc=com', 68 'search-base': 'ou=people,dc=planetexpress,dc=com',
69 'search-filter': '(|(mail={{username}})(uid={{username}}))', 69 'search-filter': '(|(mail={{username}})(uid={{username}}))',
70 'url': 'ldap://localhost:389', 70 'url': 'ldap://localhost:10389',
71 'username-property': 'uid' 71 'username-property': 'uid'
72 } 72 }
73 }) 73 })