Skip to content

Moved o_auth/saml/ldap modules under gitlab/auth

What does this MR do?

Move all authentication specific modules like oauth, ldap and saml under the lig/gitlab/auth directory to clean the directory layout.

To have a clean structure it would make more sense to place all these implementations under auth like:

gitlab
|- auth
|  |- oauth
|  |- ldap
|  |- db
|  |- saml

Are there points in the code the reviewer needs to double check?

NA

Why was this MR needed?

This MR resulted as discussion and changes from MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8809

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

NA

Edited by Horatiu Eugen Vlad

Merge request reports