Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #464

Closed
Open
Created Feb 24, 2012 by Administrator@rootOwner

incorrect url passed to omniauth login form

Created by: sunbit

If you deploy gitlab under a subpath

http://some.domain.com/git

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

Assignee
Assign to
Time tracking