LDAP目录管理器 可以将Joget集成到您已有的 AD/LDAP 服务中.

 

概览

图 1: 配置 LDAP 目录管理器

请小心不要将您自己锁在系统之外. 请保持您的浏览器连接,使用其它电脑或浏览器用于测试配置,以便在出错时可以弥补.

系统授权决定了允许从LDAP/AD(按用户名字母顺序排列)登录Joget的数量,请根据实际情况配置.

 

配置样例

配置 LDAP Directory Manager

名称
URL
  • ldap://IP_ADDRESS:389
  • ldaps://IP_ADDRESS:636
Admin Username (Principal) 

cn=admin,dc=joget,dc=org

Admin Password (Credential) 
 admin
Root DN 

DC=joget,DC=org

万一您配置错误无法登录, 您可以使用以上授权 ( Admin Username (Principal) & Admin Password (Credential) ) 登录为管理员.

 

用户

名称

User Base DN

User Base DN

如果您设置了 "User Base DN" 给 LDAP Root DN, it means that the search will start from the Root DN until it finds all the results that matched the search filter.

So, setting the "User Base DN" precisely is very important as it will decide where the search is starting from. It will save all the unnecessary search between the Root DN to your "User Base DN".

DC=joget,DC=org
DC=HR,DC=joget,DC=org
DC=Product Department,DC=joget,DC=org
DC=Operation,DC=joget,DC=org
DC=Users,DC=joget,DC=org

If your users are all under "DC=Users,DC=joget,DC=org", you should set this to "User Base DN".

By doing this, it will not go through all the other entries and it's child entries before reaching "DC=Users,DC=joget,DC=org".

User Import Search Filter

(objectClass=person)

(&(objectClass=person)(|(cn=admin)(cn=cat)(cn=jack)(cn=john)(cn=jackie)))

This mean all the LDAP entries which have "objectClass" attribute equals to "person" and "cn" attribute equals to either "admin", "cat", "jack", "john" or "jackie" are Joget users.

So, when a login is performed by "admin", the search filter will add additional filter and become "(&(&(objectClass=person)(|(cn=admin)(cn=cat)(cn=jack)(cn=john)(cn=jackie)))(cn=admin))". 

You will notice an extra (cn=admin) is added to the search filter to make sure it return only the "admin" user.

User license determines on how many eventual users (sorted alphabetically) from your LDAP/AD can log in into the system. You can make use of this attribute to control amount of users returned from your LDAP.

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 Mode

Checked

The Debug Mode is highly recommended to be turned on when configuring the LDAP plugin for the first time.
When debug mode is on, you can find all the search queries performed by the directory manager. They will all be logged into the log file. From there, you can observe the search filter string and improve the accuracy and performance of the lookup.