mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix ldap test port
This commit is contained in:
@@ -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'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user