You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The LDAP Directory Manager allows you to integrate Joget with your existing AD/LDAP server.

As opposed with the earlier version, the enhanced LDAP Directory Manager implements all methods on the Joget Directory Manager class. In other words, it has been made possible to list and navigate through user, department and group entities in Joget itself.

Figure 1: Configure LDAP Directory Manager

Sample Configuration

Configure LDAP Directory Manager

NameValue
URL

ldap://IP_ADDRESS:389

Admin Username (Principal) 

cn=admin,dc=joget,dc=org

Admin Password (Credential) 
 admin
Root DN 

DC=joget,DC=org

You can fill in with the values you used for "Admin Username (Principal)" and "Admin Password (Credential)" to login to the console if your mapping is not working properly.


User

NameValue

User Base DN

 

User Import Search Filter

(objectClass=person)

Attribute Mapping - Username

cn

Attribute Mapping - First Name

givenName

Attribute Mapping - Last Name

sn

Attribute Mapping - Email

mail

Attribute Mapping - Status

 

Attribute Mapping - Time Zone

8

Attribute Mapping - Locale

en_US

Employment

NameValue
Attribute Mapping - Employee Code
 
Attribute Mapping - Job Title
 
Attribute Mapping - Report To
 
Map To "Report To" Entry Attribute
 
Attribute Mapping - Groups
 
Map To LDAP Group Entry Primary Attribute
dn
Attribute Mapping - Departments
 
Map To LDAP Department Entry Primary Attribute
dn
Attribute Mapping - Grade
 
Map To LDAP Grade Entry Primary Attribute
dn

Group

NameValue
Group Base DN
 
Group Import Search Filter

(objectClass=groupOfNames)

Attribute Mapping - ID
 cn
Attribute Mapping - Name
description
Attribute Mapping - Description
description
Attribute Mapping - Users
member
Map To LDAP User Entry Primary Attribute
dn

Department

NameValue

Department Base DN

 

Department Import Search Filter

(objectClass=groupOfNames)

Attribute Mapping - ID

cn

Attribute Mapping - Name

description

Attribute Mapping - Description

description

Attribute Mapping - HOD

owner

Attribute Mapping - Users

member

Map To LDAP User Entry Primary Attribute

dn

Grade

NameValue
Grade Base DN
 
Grade Import Search Filter
 
Attribute Mapping - ID
 
Attribute Mapping - Name
 
Attribute Mapping - Description
 
Attribute Mapping - Users
 
Map To LDAP User Entry Primary Attribute
 

Admin Role

NameValue

Admin Role Base DN

 

Admin Role Import Search Filter

(&(objectClass=person)(cn=admin))

Attribute Mapping - Users

cn

Map To LDAP User Entry Primary Attribute

 dn

Advanced

NameValue
Result Size Per Paged Search 
100
Debug ModeChecked



  • No labels