We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32163ae commit ce9ec7bCopy full SHA for ce9ec7b
tests/acceptance/features/apiUserLDAP/serverConnection.feature
@@ -49,9 +49,6 @@ Feature: connect to LDAP serer
49
Given LDAP config "LDAPTestId" has key "ldapHost" set to "http://%ldap_host_without_scheme%"
50
When user "Alice" requests "/index.php/apps/files" with "GET" using basic auth
51
Then the HTTP status code should be "401"
52
- And the last lines of the log file should contain log-entries containing these attributes:
53
- | app | message |
54
- | PHP | ldap_set_option(): supplied argument is not a valid ldap link resource at |
55
56
@issue-49
57
Scenario: authentication works when second of multiple configurations has an unreachable host configured
0 commit comments