We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last night all nightly acceptance test pipelines failed with a problem in BeforeScenario # FeatureContext::before()
BeforeScenario # FeatureContext::before()
For example https://drone.owncloud.com/owncloud/user_ldap/3872/24/12
Empty password not allowed - see allowEmptyPassword option. (Laminas\Ldap\Exception\LdapException)
core PR owncloud/core#39893 was merged yesterday. That made changes to LDAP things in acceptance tests - so the code changes there should be examined.
The text was updated successfully, but these errors were encountered:
phil-davis
Successfully merging a pull request may close this issue.
Last night all nightly acceptance test pipelines failed with a problem in
BeforeScenario # FeatureContext::before()
For example https://drone.owncloud.com/owncloud/user_ldap/3872/24/12
Empty password not allowed - see allowEmptyPassword option. (Laminas\Ldap\Exception\LdapException)
core PR owncloud/core#39893 was merged yesterday. That made changes to LDAP things in acceptance tests - so the code changes there should be examined.
The text was updated successfully, but these errors were encountered: