# File lib/dbus/auth.rb, line 48 def authenticate require 'etc' #number of retries we have for auth @retries = 1 return "#{hex_encode(Etc.getlogin)}" #server expects it to be binary end