Correctly test ldap
This commit is contained in:
parent
a613eea4c3
commit
f9d2deae3a
4 changed files with 7 additions and 35 deletions
|
@ -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'
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue