Sha256: 4d70738585e742c8b2bdc34373b6d80bdb5c26565ae22377985a7fee674bc8c4

Contents?: true

Size: 987 Bytes

Versions: 17

Compression:

Stored size: 987 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
  # 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
  account_types:
    external: "cn=External,dc=example,dc=com"
  roles:
    tenant_admin: "cn=Admins,dc=example,dc=com"
    sbi_admin: "cn=SbiAdmins,dc=example,dc=com"
    reach_admin: "cn=ReachAdmins,dc=example,dc=com"
    town_hall_admin: "cn=TownHallAdmins,dc=example,dc=com"

Version data entries

17 entries across 17 versions & 1 rubygems

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