Sha256: c9e30cf533e00adfebb99ac5b9c6c0f8aaf7674d50da00a620f3fe4c8180874d

Contents?: true

Size: 1.03 KB

Versions: 26

Compression:

Stored size: 1.03 KB

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
  # only use employee_number if the email is unknown
  # employee_number: emp_id
  # only use unique_identifier if you do not wish to use email as the main user identification method
  # unique_identifier: samaccountname


# Map LDAP Group Memberships to Socialcast Permissions
permission_mappings:
  # configure LDAP field for group memberships (ex: memberof, isMemberOf, etc)
  attribute_name: isMemberOf

# 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

Version data entries

26 entries across 26 versions & 1 rubygems

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