Skip to content

Commit

Permalink
removed non generic code
Browse files Browse the repository at this point in the history
  • Loading branch information
tjordanchat committed Nov 25, 2014
1 parent 1b9d170 commit 1ecd599
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bootstrap_gitlab
Expand Up @@ -222,12 +222,12 @@ production: &base
# bundle exec rake gitlab:ldap:check RAILS_ENV=production
ldap:
enabled: true
host: 'jbeclmdc01.jblab.net'
host: 'ldap.company.com'
port: 389
method: 'plain'
uid: 'sAMAccountName'
bind_dn: 'CN=gitlabldap,OU=Service Accounts,OU=Accounts,OU=New AD Structure,DC=JBLab,DC=net'
password: 'JetBlue123!'
bind_dn: 'CN=gitlabldap,OU=Service Accounts,OU=Accounts,OU=New AD Structure,DC=class,DC=net'
password: 'Password'
active_directory: true
Expand All @@ -254,7 +254,7 @@ production: &base
#
# Ex. ou=People,dc=gitlab,dc=example
#
base: 'DC=JBLab,DC=net'
base: 'DC=class,DC=net'
# Filter LDAP users
#
Expand All @@ -267,7 +267,7 @@ production: &base
#
# Ex. ou=Groups,dc=gitlab,dc=example
#
group_base: 'OU=Groups,OU=Accounts,OU=New AD Structure,DC=JBLab,DC=net'
group_base: 'OU=Groups,OU=Accounts,OU=New AD Structure,DC=class,DC=net'
# LDAP group of users who should be admins in GitLab
#
Expand Down

0 comments on commit 1ecd599

Please sign in to comment.