Skip to content

Commit

Permalink
Merge pull request #3738 from owncloud/open-ldap-1.4.0
Browse files Browse the repository at this point in the history
[Tests-Only] Updated openldap to 1.4.0
  • Loading branch information
phil-davis committed Jul 7, 2020
2 parents f32f1b9 + b16e6b0 commit 136a3a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1393,14 +1393,13 @@ def runWebuiAcceptanceTests(suite, alternateSuiteName, filterTags, extraEnvironm
def ldapService():
return[{
'name': 'ldap',
'image': 'osixia/openldap:1.3.0',
'image': 'osixia/openldap:1.4.0',
'pull': 'always',
'environment': {
'LDAP_DOMAIN': 'owncloud.com',
'LDAP_ORGANISATION': 'owncloud',
'LDAP_ADMIN_PASSWORD': 'admin',
'LDAP_TLS_VERIFY_CLIENT': 'never',
'HOSTNAME': 'ldap'
},
}]

Expand Down

0 comments on commit 136a3a2

Please sign in to comment.