top of page

KIWIRE DOCUMENTATION

Integration - LDAP

Lightweight Directory Access Protocol (LDAP) connector module let you authenticate user credential using a LDAP version 3 server. To access the active directory module click on Integrations > LDAP from the navigation. This includes main and mapping for Kiwire platform.


The listed fields and its meaning are:

* NOTE : RDN/DN.


The LDAP integration references an LDAP object by its distinguished name (DN). A DN is a sequence of relative distinguished names (RDN) connected by commas.

An RDN is an attribute with an associated value in the form attribute = value; normally expressed in a UTF-8 string format. The following table lists typical RDN attribute types. A LDAP entry is made up of a collection of attributes that have a unique identifier called a Distinguished Name (DN). A DN has a unique name that identifies the entry at the respective hierarchy. In the example, John Doe and Jane Doe are different common names (cn) that identify different entries at that same level.

A DN is also a fully qualified path of names that trace the entry back to the root of the tree. For example, the distinguished name of the John Doe entry is:

cn = John Doe, ou = People, dc = myldap.com

A Relative Distinguished Name (RDN) is a component of the distinguished name. For example, cn=John Doe, ou=People is a RDN relative to the root RDN dc=myldap.com.

LDAP Mapping

To access active directory integration module go to Integrations > LDAP.


The listed fields and its meaning are:


Create Group Mapping

To create a new group mapping, click on “Create Group Mapping” button and populate the required fields. Fill in the field with relevant information to complete the process.

The listed fields and its meaning are:



Related Post
bottom of page