incorrect url passed to omniauth login form
Created by: sunbit
If you deploy gitlab under a subpath
the action in the login form for ldap authorization is not valid, as it appears to be hardcoded as "/users/auth/ldap", and when users log in, ends in a invalid path on the domain root. modifying the form to harcoded-including the "git" subpath in the form temporally solves it.
I don't know if this url has to be configured somewhere, or its an error on generating the url not taking into account the real url. I don't have any knowledge of rails nor ruby, but experience with other web frameworks tell me that is something in that way