Commit 756ee4f19c9d342d171e4900842ced8bf301ae8e
1 parent
3bca83eb
Exists in
master
and in
1 other branch
Removendo signing do gitlab
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
script/gitlab.sh
... | ... | @@ -112,7 +112,6 @@ 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 | |
116 | 115 | |
117 | 116 | |
118 | 117 | echo "Iniciando gitlab" | ... | ... |