Commit 899b80886e19b725a9bc496e9befb8a2062fa1f1
1 parent
d239f88b
Exists in
master
and in
1 other branch
Removendo signin do gitlab
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
script/gitlab.sh
... | ... | @@ -112,6 +112,7 @@ sudo echo "gitlab_rails['ldap_method'] = 'plain'" >> /etc/gitlab/gitlab.rb |
112 | 112 | sudo echo "gitlab_rails['ldap_bind_dn'] = '$bind_dn'" >> /etc/gitlab/gitlab.rb |
113 | 113 | sudo echo "gitlab_rails['ldap_password'] = '$password'" >> /etc/gitlab/gitlab.rb |
114 | 114 | sudo echo "gitlab_rails['ldap_allow_username_or_email_login'] = true" >> /etc/gitlab/gitlab.rb |
115 | +sudo echo "gitlab_rails['gitlab_signin_enabled'] = false" >> /etc/gitlab/gitlab.rb | |
115 | 116 | |
116 | 117 | |
117 | 118 | echo "Iniciando gitlab" | ... | ... |