3

Have anyone established to install and enable kerberos for Gitlab CE?
I know that is only for EE but I believe that it is possible to be installed for CE also. There isn't any article or guide to help anyone with that.

Already tried to follow up this guide

sudo apt-get install ruby-dev build-essential libkrb5-dev
sudo gem install omniauth-kerberos -v 0.2.0
#enable kerberos as it says here https://docs.gitlab.com/ee/integration/kerberos.html#http-git-access

but I cannot see the kerberos login option.
before 8.14.0 you can enable kerberos from just the guide for the Enterprise Edition but the callback isn't working. on 8.14.0 the option isn't showing at all.

4

1 回答 1

0

它不受官方支持,但后端身份验证提供程序是omniauth,因此它可能仍然有效。

至少有一条记录表明它有效:https ://gitlab.com/gitlab-org/gitlab-ce/issues/2510

您可以尝试使用旧文档

它可能有效,也可能无效。如果您真的需要该功能,那么付费可能是个好主意:)

于 2016-11-28T15:04:29.643 回答