Project 'gitlab-org/gitlab-ce' was moved to 'gitlab-org/gitlab-foss'. Please update any links and bookmarks that may still have the old path.
Gitlab CE password synchronized with Active Directory
Hi all,
I've configured Gitlab CE with OmniAuth and a CAS server (Single sign on) that authenticates against an Active Directory. The login process is working fine with the auto_create
option to make the automatic signup, etc... but when the user is logged in is asked for set a password in order to use the https
protocol to use the git repositories.
Is there any property or configuration to synchronize the Gitlab password with the Active Directory to avoid this extra step for the user?
Thank you in advance!