Skip to content

Instantly share code, notes, and snippets.

@jldugger
Created June 11, 2015 00:16
Show Gist options
  • Save jldugger/7ecdade4d9cde330313a to your computer and use it in GitHub Desktop.
Save jldugger/7ecdade4d9cde330313a to your computer and use it in GitHub Desktop.
gitlab chef confif
gitlab'['ldap']['enabled'] = True
gitlab['ldap']['host'] = 'ldap.osuosl.org'
gitlab['ldap']['base'] = 'dc=osuosl,dc=org'
gitlab['ldap']['port'] = 636
gitlab['ldap']['uid'] = 'uid'
gitlab['ldap']['method'] = 'ssl'
gitlab['ldap']['allow_username_or_email_login']=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment