lib/ruby_smb/gss/provider/authenticator.rb in ruby_smb-3.0.0 vs lib/ruby_smb/gss/provider/authenticator.rb in ruby_smb-3.0.1
- old
+ new
@@ -15,9 +15,13 @@
@server_client = server_client
@session_key = nil
reset!
end
+ def logger
+ @server_client.logger
+ end
+
#
# Process a GSS authentication buffer. If no buffer is specified, the request is assumed to be the first in
# the negotiation sequence.
#
# @param [String, nil] buffer the request GSS request buffer that should be processed