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.