Skip to content

Commit 0a04dc7

Browse files
pbolingCopilot
andauthored
Update lib/omniauth-ldap/adaptor.rb
Co-authored-by: Copilot <[email protected]>
1 parent 6f6be75 commit 0a04dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/omniauth-ldap/adaptor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def bind_as(args = {})
134134
@last_password_policy_response = nil
135135
@connection.open do |me|
136136
rs = me.search(args)
137-
raise ConnectionError.new("bind failed") unless rs
137+
raise ConnectionError.new("LDAP search operation failed") unless rs
138138

139139
if rs && rs.first
140140
dn = rs.first.dn

0 commit comments

Comments
 (0)