Skip to content
Snippets Groups Projects
Commit 02ea3d10 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Reduce the difference with upstream gitlab.yml

parent 957a95e2
No related branches found
No related tags found
1 merge request!71Update Templates
Loading
Loading
@@ -125,7 +125,6 @@ production: &base
ldap:
enabled: <%= @ldap_enabled %>
host: '<%= @ldap_host %>'
base: '<%= @ldap_base %>'
port: <%= @ldap_port %>
uid: '<%= @ldap_uid %>'
method: '<%= @ldap_method %>' # "tls" or "ssl" or "plain"
Loading
Loading
@@ -142,6 +141,12 @@ production: &base
# disable this setting, because the userPrincipalName contains an '@'.
allow_username_or_email_login: <%= @ldap_allow_username_or_email_login %>
 
# Base where we can search for users
#
# Ex. ou=People,dc=gitlab,dc=example
#
base: '<%= @ldap_base %>'
# Filter LDAP users
#
# Format: RFC 4515
Loading
Loading
@@ -234,6 +239,10 @@ production: &base
## Google analytics. Uncomment if you want it
# google_analytics_id: '_your_tracking_id'
 
## Piwik analytics.
# piwik_url: '_your_piwik_url'
# piwik_site_id: '_your_piwik_site_id'
## Text under sign-in page (Markdown enabled)
# sign_in_text: |
# ![Company Logo](http://www.companydomain.com/logo.png)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment