# File lib/omniauth/strategies/kerberos.rb, line 11 def initialize(app, *args, &block) super @krb5 = ::Krb5Auth::Krb5.new end