Use the omniauth-kerberos gem
This commit is contained in:
parent
06b0698fb3
commit
6f03edb64c
2 changed files with 12 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -36,3 +36,4 @@ gem 'jquery-rails'
|
|||
|
||||
# To use debugger
|
||||
# gem 'debugger'
|
||||
gem 'omniauth-kerberos'
|
11
Gemfile.lock
11
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
|
||||
|
|
Loading…
Reference in a new issue