Health Dashboard - Information - LDAP connection - How to get the Distinguished name

Purpose

This page provides a definition of the Distinguished name.

Applicable in CAST Version

ReleaseYes/No
8.3.x
8.2.x
8.1.x
8.0.x

Applicable RDBMS

RDBMSYes/No
Oracle ServerN/A
Microsoft SQL ServerN/A
CSS2N/A

Details

The distinguished name is the concatenation of the names of the Entry with all the parent entries of the LDAP tree view:

Figure 1

In the above example the user “UserWithGroup1” is part of “ou Users”, the “ou Users” is part of “dc=example,dc=com”, so the DN is the concatenation of “uid=UserWithGroup1” and “ou=users” and “dc=example,dc=com”

The DN of a group is as follows:

Figure 2

Notes/comments

Related Pages