Skip to content

Commit

Permalink
Fix auhtentication typo in lib/rex/proto/ldap/auth.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 authored Feb 15, 2024
1 parent bed552d commit 40701bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rex/proto/ldap/auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def handle_anonymous_request(user_login, auth_info = {})
# @return auth_info [Hash] Processed authentication information
def handle_unknown_request(user_login, auth_info = {})
auth_info[:result_code] = Net::LDAP::ResultCodeAuthMethodNotSupported
auth_info[:error_msg] = 'Invalid LDAP Login Attempt => Unknown Auhtentication Format'
auth_info[:error_msg] = 'Invalid LDAP Login Attempt => Unknown Authentication Format'
auth_info
end

Expand Down

0 comments on commit 40701bf

Please sign in to comment.