HTTP webserver authentication
Created by: phlegx
Hi!
I have installed GitLab 5.4. Now I want to get authenticated with the webservers authentication system.
USAGE:
I use Apache2 HTTP LDAP authentication and proxypass to pass all to the internal GitLab service.
Apache2 --> HTTP BASIC LDAP auth --> proxypass --> GitLab on Unicorn
WHAT IS DONE:
- Apache2 HTTP BASIC LDAP authentication, works!
- proxypass, works!
- Devise config in GitLab
config.http_authenticatable = true
, done!
PROBLEM:
If I go to my GitLab service Apache2 shows me the realm. After I put user and password the browser redirects me to the sign in page of GitLab.
Can anyone help me?