Class: IpcAuthpipe::Handler::Enumerate
- Defined in:
- lib/ipcauthpipe/handler/enumerate.rb
Overview
AUTH command handler performs actual authentication of user’s data. It gets authentication type and parameters from the input stream and responds with FAIL on failure or user data on success
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.process(request) ⇒ Object
8 9 10 11 |
# File 'lib/ipcauthpipe/handler/enumerate.rb', line 8 def self.process(request) Log.warn "Unsupported command ENUMERATE received with request #{request.inspect}" "FAIL\n" end |