From 6f03edb64c81aef634d03b9e62b20fb058b3d817 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 15 Mar 2013 08:59:27 -0400 Subject: [PATCH] Use the omniauth-kerberos gem --- Gemfile | 1 + Gemfile.lock | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/Gemfile b/Gemfile index 17943fb..9639eb4 100644 --- a/Gemfile +++ b/Gemfile @@ -36,3 +36,4 @@ gem 'jquery-rails' # To use debugger # gem 'debugger' +gem 'omniauth-kerberos' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index f89781e..2f32084 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,6 +40,7 @@ GEM erubis (2.7.0) execjs (1.4.0) multi_json (~> 1.0) + hashie (1.2.0) hike (1.2.1) i18n (0.6.4) journey (1.0.4) @@ -53,6 +54,14 @@ GEM treetop (~> 1.4.8) mime-types (1.21) multi_json (1.6.1) + omniauth (1.1.3) + hashie (~> 1.2) + rack + omniauth-kerberos (0.2.0) + omniauth-multipassword + timfel-krb5-auth (~> 0.8) + omniauth-multipassword (0.3.0) + omniauth (~> 1.0) polyglot (0.3.3) rack (1.4.5) rack-cache (1.2) @@ -92,6 +101,7 @@ GEM sqlite3 (1.3.7) thor (0.17.0) tilt (1.3.5) + timfel-krb5-auth (0.8) treetop (1.4.12) polyglot polyglot (>= 0.3.1) @@ -106,6 +116,7 @@ PLATFORMS DEPENDENCIES coffee-rails (~> 3.2.1) jquery-rails + omniauth-kerberos rails (= 3.2.11) sass-rails (~> 3.2.3) sqlite3