Sha256: 612833c51b1da8a878e587e6dcdec89ebde8c2ea54b558dee07f7c1ede80f173

Contents?: true

Size: 811 Bytes

Versions: 6

Compression:

Stored size: 811 Bytes

Contents

--- 
# LDAP connections
connections:
  example_connection_1:
    username: "cn=Directory Manager"
    password: "test"
    host: localhost
    port: 1389
    basedn: "dc=example,dc=com"
    filter: "(mail=*)"


# LDAP attribute mappings
mappings: 
  first_name: givenName
  last_name: sn
  email: mail
  manager: manager

# general script options
options:
  # cleanup the extracted ldap data file after run is complete
  delete_users_file: false
  # skip sending emails to newly activated users
  skip_emails: true
  # do not actually provision accounts
  # useful during testing
  test: true


# http options for connecting to Socialcast servers
http:
  timeout: 660
  # optional setting if script must connect to Socialcast server through a proxy
  # proxy: "http://username:password@proxy.company.com:3128"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
socialcast-1.2.3 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.2.2 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.2.1.RC1 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.2.0 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.1.6 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.1.5 spec/fixtures/ldap_with_manager_attribute.yml