We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6be75 commit 0a04dc7Copy full SHA for 0a04dc7
lib/omniauth-ldap/adaptor.rb
@@ -134,7 +134,7 @@ def bind_as(args = {})
134
@last_password_policy_response = nil
135
@connection.open do |me|
136
rs = me.search(args)
137
- raise ConnectionError.new("bind failed") unless rs
+ raise ConnectionError.new("LDAP search operation failed") unless rs
138
139
if rs && rs.first
140
dn = rs.first.dn
0 commit comments