Sha256: b6af9fb0772d2c7e6078a7ab5085903f748e6049bbafc1d7e3c9d8d2fef760fe

Contents?: true

Size: 884 Bytes

Versions: 26

Compression:

Stored size: 884 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: 
  email: mail
  manager: ldap_manager

permission_mappings:
  attribute_name: isMemberOf
  roles:
    tenant_admin: "cn=Admins,dc=example,dc=com"

# 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

26 entries across 26 versions & 1 rubygems

Version Path
socialcast-1.4.4 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.4.3 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.4.2 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.4.1 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.4.0 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.20 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.19 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.18 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.17 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.16 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.15 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.14 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.13 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.12 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.11 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.10 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.9 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.8 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.7 spec/fixtures/ldap_with_manager_attribute.yml
socialcast-1.3.6 spec/fixtures/ldap_with_manager_attribute.yml