Skip to content

Instantly share code, notes, and snippets.

@lbt
Created April 1, 2013 15:56
Show Gist options
  • Save lbt/5285765 to your computer and use it in GitHub Desktop.
Save lbt/5285765 to your computer and use it in GitHub Desktop.
Login with ldap:false
Started POST "/users/sign_in" for 127.0.0.1 at 2013-04-01 15:53:12 +0000
Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"�", "authenticity_token"=>"=", "user"=>{"login"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"0"}}
Redirected to http://gldev.in.merproject.org/
Completed 302 Found in 140ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-04-01 15:53:12 +0000
Processing by DashboardController#show as HTML
Rendered dashboard/_zero_authorized_projects.html.haml (2.0ms)
Rendered dashboard/show.html.haml within layouts/application (2.5ms)
Rendered layouts/_head.html.haml (1.2ms)
Rendered layouts/_search.html.haml (5.0ms)
Rendered layouts/_init_auto_complete.html.haml (5.3ms)
Rendered layouts/_head_panel.html.haml (14.5ms)
Rendered layouts/_flash.html.haml (0.1ms)
Completed 200 OK in 39ms (Views: 24.0ms | ActiveRecord: 1.6ms)
Started GET "/?limit=20&offset=0&_=1364831592764" for 127.0.0.1 at 2013-04-01 15:53:13 +0000
Processing by DashboardController#show as JS
Parameters: {"limit"=>"20", "offset"=>"0", "_"=>"1364831592764"}
Rendered collection (0.0ms)
Rendered dashboard/show.js.haml (2.6ms)
Completed 200 OK in 23ms (Views: 3.3ms | ActiveRecord: 1.5ms)
Started GET "/assets/logo-black.png" for 127.0.0.1 at 2013-04-01 15:53:13 +0000
Served asset /logo-black.png - 304 Not Modified (0ms)
Started GET "/assets/icon-search.png" for 127.0.0.1 at 2013-04-01 15:53:13 +0000
Served asset /icon-search.png - 304 Not Modified (0ms)
Login with ldap:true
Started POST "/users/sign_in" for 127.0.0.1 at 2013-04-01 15:54:51 +0000
Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"�", "authenticity_token"=>"DzmYV5Q=", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"0"}}
Completed 401 Unauthorized in 3ms
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"�", "authenticity_token"=>"DzYV5Q=", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"0"}}
Rendered devise/shared/_links.erb (1.7ms)
Rendered devise/sessions/_new_ldap.html.haml (12.1ms)
Rendered devise/sessions/new.html.haml within layouts/devise (65.7ms)
Rendered layouts/_head.html.haml (277.8ms)
Rendered layouts/_flash.html.haml (1.9ms)
Completed 200 OK in 561ms (Views: 450.8ms | ActiveRecord: 1.1ms)
as ldap user:
Started POST "/users/auth/ldap/callback" for 127.0.0.1 at 2013-04-01 15:55:15 +0000
Processing by OmniauthCallbacksController#ldap as HTML
Parameters: {"utf8"=>"�", "authenticity_token"=>"+Q=", "username"=>"lbt", "password"=>"[FILTERED]"}
Redirected to http://gldev.in.merproject.org/
Completed 302 Found in 356ms (ActiveRecord: 195.8ms)
Started GET "/" for 127.0.0.1 at 2013-04-01 15:55:19 +0000
Processing by DashboardController#show as HTML
Rendered dashboard/_zero_authorized_projects.html.haml (7.8ms)
Rendered dashboard/show.html.haml within layouts/application (10.7ms)
Rendered layouts/_head.html.haml (3.0ms)
Rendered layouts/_search.html.haml (7.3ms)
Rendered layouts/_init_auto_complete.html.haml (63.0ms)
Rendered layouts/_head_panel.html.haml (80.2ms)
Rendered layouts/_flash.html.haml (0.2ms)
Completed 200 OK in 520ms (Views: 105.8ms | ActiveRecord: 16.4ms)
Started GET "/?limit=20&offset=0&_=1364831719947" for 127.0.0.1 at 2013-04-01 15:55:20 +0000
Processing by DashboardController#show as JS
Parameters: {"limit"=>"20", "offset"=>"0", "_"=>"1364831719947"}
Rendered collection (0.0ms)
Rendered dashboard/show.js.haml (2.1ms)
Completed 200 OK in 17ms (Views: 2.7ms | ActiveRecord: 1.1ms)
Started GET "/assets/logo-black.png" for 127.0.0.1 at 2013-04-01 15:55:20 +0000
Served asset /logo-black.png - 304 Not Modified (1ms)
Started GET "/assets/icon-search.png" for 127.0.0.1 at 2013-04-01 15:55:20 +0000
Served asset /icon-search.png - 304 Not Modified (1ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment