Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version r0682

...

  1. D s config
  2. Locate the following settings and apply values as needed:

    SettingDescription
    "feature.groups.enabled"Set this value to true to enable use of LDAP groups in the platform.
    "feature.groups.mapping.groupName"

    Set this value to the LDAP search result parameter containing the value to be used as the name of a group in the

    D s webapp
    . This value must have unique values, since groups in the
    D s platform
    must have unique names.

    Tip

    Tip: "cn" is a good choice.


    "feature.groups.ldapServers"(optional) An array of parameters, listing LDAP servers to use for synching of groups. If this parameter is not specified, then the LDAP server specified in the parameter webapp.ldap.server is used for synching.
    "feature.groups.defaultGroupFilters"

    (optional) You must provide at least one search filter string to use to query the LDAP servers for groups. The following example searches for all groups named foo and bar. In the UI:

    Code Block
    (ou=foo),(ou=bar)

    If editing this parameter through

    D s triconf
    , this value must be stored as an array with appropriate syntax:

    Code Block
    ["(ou=foo)", "(ou=bar)"]

    Notes:

    A search filter doesn't need to use the ou parameter. Any valid LDAP search filter can be used.

    Each search filter must include parentheses at the beginning and the end.

    Each filter string is expected to return a single item. If the search results include multiple items, only the first item is used.

    If this value is empty, no groups are synched.

  3. Save your changes and restart the platform.

...