Merge branch 'kerberos_ee' into 'master'
Kerberos support https://dev.gitlab.org/gitlab/gitlabhq/issues/1414 Ability to login using kerberos credentials ![Screen Shot 2014-12-12 at 21.06.01](https://dev.gitlab.org/uploads/gitlab/gitlab-ee/cdc0fb7ee9/Screen_Shot_2014-12-12_at_21.06.01.png) Ability to attach kerberos account ![Screen Shot 2014-12-12 at 21.19.23](https://dev.gitlab.org/uploads/gitlab/gitlab-ee/e926fb3798/Screen_Shot_2014-12-12_at_21.19.23.png) See merge request !267
Showing
... | ... | @@ -28,6 +28,7 @@ gem 'omniauth-google-oauth2' |
gem 'omniauth-twitter' | ||
gem 'omniauth-github' | ||
gem 'omniauth-shibboleth' | ||
gem 'omniauth-kerberos' | ||
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
... | ... |
2.04 KB
5.89 KB
doc/integration/kerberos.md
0 → 100644