Skip to content

Commit

Permalink
Fix typo in SASL supported mechanisms
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-tech committed Feb 23, 2024
1 parent d658273 commit dee2f2a
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 @@ -5,7 +5,7 @@ module Rex
module Proto
module LDAP
class Auth
SUPPORTS_SASL = %w[GSS-SPNEGO NLTM]
SUPPORTS_SASL = %w[GSS-SPNEGO NTLM]
NTLM_CONST = Rex::Proto::NTLM::Constants
NTLM_CRYPT = Rex::Proto::NTLM::Crypt
MESSAGE = Rex::Proto::NTLM::Message
Expand Down

0 comments on commit dee2f2a

Please sign in to comment.