Purpose

This page provides you with the steps to validate Authentication and Authorization for CED.

Applicable in CAST Version
Release
Yes/No
8.3.x(tick)
Applicable RDBMS
RDBMS
Yes/No
CSSN/A
Details
  1. CED supports only Microsoft Active directory (AD), so check if Microsoft Active directory is being used:

    1. The structure of user must be an objectClass:

      Figure 1

    2. There is a user principal name as attribute, and must be as follows: login@domain

      Figure 2

    3. The structure of the group must be a groupClass

  2. From LDAP client search for the OU field in the web.xml file under naming.ldap.ou:

    Figure 3

  3. The group should be under the OU tree

  4. The group should contain the name of the central schema or the name of the defined naming service in the web.xml file (naming.ldap.service):

    Figure 4

  5. The user should be a member of the group:

    Figure 5

  6.  The user should be part of Users Administration Page:

    Figure 6

Notes/comments


Related Pages