We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3455b30 commit ab18e5bCopy full SHA for ab18e5b
test/integration/test_return_codes.rb
@@ -5,7 +5,7 @@
5
6
class TestReturnCodeIntegration < LDAPIntegrationTestCase
7
def test_open_error
8
- @ldap.authenticate "fake", "creds"
+ @ldap.authenticate "cn=fake", "creds"
9
@ldap.open do
10
result = @ldap.get_operation_result
11
assert_equal Net::LDAP::ResultCodeInvalidCredentials, result.code
0 commit comments