]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/external-plugins/auth-ldap.ts
Allow user to search through their watch history (#3576)
[github/Chocobozzz/PeerTube.git] / 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'
       }
     })