# File lib/omniauth/strategies/kerberos.rb, line 21
      def authenticate(username, password)
        @krb5.get_init_creds_password(username, password)
      rescue ::Krb5Auth::Krb5::Exception
        false
      end