Fix ldap test port
This commit is contained in:
parent
4f5a90ef5e
commit
adc8e7e19f
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue