Hi
 
In GitLab 6.4 ldap authentication worked well for me.
After I've upgraded GitLab to 6.5 I can't login to it.

Any idea what's going on?
 
My config: ldap (AD), https, apache2.
 
Regards
Wojciech Dec

 
Here is some entry from production.log file:
========== start here ==========

Started GET "/users/sign_in" for 127.0.0.1 at 2014-01-22 18:09:33 +0100
Processing by Devise::SessionsController#new as HTML
  Rendered devise/sessions/_new_ldap.html.haml (7.5ms)
  Rendered devise/sessions/_new_base.html.haml (173.3ms)
  Rendered devise/sessions/_oauth_providers.html.haml (6.9ms)
  Rendered devise/sessions/new.html.haml within layouts/devise (207.9ms)
  Rendered layouts/_head.html.haml (15.4ms)
  Rendered layouts/_flash.html.haml (2.4ms)
Completed 200 OK in 255ms (Views: 246.6ms | ActiveRecord: 0.0ms)
Started GET "/api/v3/internal/check" for 127.0.0.1 at 2014-01-22 18:09:37 
+0100
Started POST "/users/auth/ldap/callback" for 127.0.0.1 at 2014-01-22 
18:10:14 +0100
Processing by OmniauthCallbacksController#ldap as HTML
  Parameters: {"utf8"=>"✓", 
"authenticity_token"=>"Zw6eEgHAR0BWqONJdSQeBEt/t1lxeltHQQ9SvoSF4hQ=", 
"username"=>"myuser", "password"=>"[FILTERED]"}
Can't verify CSRF token authenticity
Redirected to http://gitlab.mydomain/ 
Completed 302 Found in 31ms (ActiveRecord: 13.2ms)
Started GET "/" for 127.0.0.1 at 2014-01-22 18:10:14 +0100
Processing by DashboardController#show as HTML
Completed 401 Unauthorized in 1ms

========== end here ==========

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to