Fix ldap test port

pull/3543/head
Chocobozzz 2021-01-04 11:21:19 +01:00
parent 4f5a90ef5e
commit adc8e7e19f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View 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'
}
})