spec/chef/cookbooks/gitlab/recipes/gitlab-rails/gitlab_yml/ldap_spec.rb [42:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                main: {
                  label: 'LDAP Primary',
                  host: 'primary.ldap',
                  port: 389,
                  uid: 'uid',
                  encryption: 'plain',
                  password: 's3cr3t',
                  base: 'dc=example,dc=com',
                  user_filter: ''
                },
                secondary: {
                  label: 'LDAP Secondary',
                  host: 'secondary.ldap',
                  port: 389,
                  uid: 'uid',
                  encryption: 'plain',
                  bind_dn: 'dc=example,dc=com',
                  password: 's3cr3t',
                  active_directory: true,
                  smartcard_auth: 'required',
                  smartcard_ad_cert_field: 'extendedAttribute1',
                  smartcard_ad_cert_format: 'rfc822_name',
                  base: '',
                  user_filter: '',
                }
              }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/chef/cookbooks/gitlab/recipes/gitlab-rails/gitlab_yml/ldap_spec.rb [77:102]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              main: {
                label: 'LDAP Primary',
                host: 'primary.ldap',
                port: 389,
                uid: 'uid',
                encryption: 'plain',
                password: 's3cr3t',
                base: 'dc=example,dc=com',
                user_filter: ''
              },
              secondary: {
                label: 'LDAP Secondary',
                host: 'secondary.ldap',
                port: 389,
                uid: 'uid',
                encryption: 'plain',
                bind_dn: 'dc=example,dc=com',
                password: 's3cr3t',
                active_directory: true,
                smartcard_auth: 'required',
                smartcard_ad_cert_field: 'extendedAttribute1',
                smartcard_ad_cert_format: 'rfc822_name',
                base: '',
                user_filter: '',
              }
            }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



