]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix ldap test port
authorChocobozzz <me@florianbigard.com>
Mon, 4 Jan 2021 10:21:19 +0000 (11:21 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 4 Jan 2021 10:21:19 +0000 (11:21 +0100)
server/tests/external-plugins/auth-ldap.ts

index bb02fbc0292e01d65ca7b1f401c589a4caba68bf..4ce8e82cb572a7e214955e18c09ee771bd6e882a 100644 (file)
@@ -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'
       }
     })