diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-04 11:21:19 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-04 11:21:19 +0100 |
commit | adc8e7e19f4e86db0a62d1c20eb5e70bf91c1dd7 (patch) | |
tree | 6913ff47f6a7a865627cb50aa8710d03dc6d105b /server/tests/external-plugins/auth-ldap.ts | |
parent | 4f5a90ef5e183c54520d98af3c74f11fb3ab46a4 (diff) | |
download | PeerTube-adc8e7e19f4e86db0a62d1c20eb5e70bf91c1dd7.tar.gz PeerTube-adc8e7e19f4e86db0a62d1c20eb5e70bf91c1dd7.tar.zst PeerTube-adc8e7e19f4e86db0a62d1c20eb5e70bf91c1dd7.zip |
Fix ldap test port
Diffstat (limited to 'server/tests/external-plugins/auth-ldap.ts')
-rw-r--r-- | server/tests/external-plugins/auth-ldap.ts | 2 |
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 | }) |