Correctly test ldap

This commit is contained in:
Chocobozzz 2020-07-30 16:58:32 +02:00 committed by Chocobozzz
parent a613eea4c3
commit f9d2deae3a
4 changed files with 7 additions and 35 deletions

View file

@ -47,7 +47,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://ldap:390',
'url': 'ldap://localhost:390',
'username-property': 'uid'
}
})
@ -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://ldap:389',
'url': 'ldap://localhost:389',
'username-property': 'uid'
}
})