LDAPS configuration for CAS mode

Description

Example LDAPS parameters for NSP CAS mode are shown below.

sso:

  ldap:

    enabled: true

    servers:

      - type: AUTHENTICATED

        url: ldaps://ldap.company.com:636

        security: SSL

        timeout: 5

        userBaseDn: ou=People,dc=company,dc=com

        userFilter: uid={user}

        groupBaseDn: ou=Group,dc=company,dc=com

        groupSearch:

          filter: (memberUid={1})

          attributeId: cn

        bind:

          dn: cn=Manager,dc=company,dc=com

          credential: "password"

        minPoolSize: 0

        maxPoolSize: 10

        useEntryResolver: true