Advertisement
Guest User

Untitled

a guest
May 5th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. gitlab_rails['ldap_servers'] = YAML.load <<-'EOS' #remember to close this block with 'EOS' below
  2. main: 'main' is the GitLab 'provider ID' of this LDAP server
  3. label: 'LDAP'
  4. host: '_your_ldap_server'
  5. port: 389
  6. uid: 'sAMAccountName'
  7. method: 'plain' "tls" or "ssl" or "plain"
  8. bind_dn: '_the_full_dn_of_the_user_you_will_bind_with'
  9. password: '_the_password_of_the_bind_user'
  10. active_directory: true
  11. allow_username_or_email_login: false
  12. block_auto_created_users: false
  13. base: ''
  14. user_filter: ''
  15. EE only
  16. group_base: ''
  17. admin_group: ''
  18. sync_ssh_keys: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement