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

Compare with Current View Page History

« Previous Version 2 Next »

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

As opposed with the earlier version, this 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: Sample view of Organization

Sample Configuration

Configure LDAP Directory Manager
URL: ldap://192.168.201.120:389
Admin Username (Principal): cn=admin,dc=joget,dc=org
Admin Password (Credential): admin
Root DN: DC=joget,DC=org

User
User Base DN
User Import Search Filter
Attrbute Mapping - Username: cn
Attrbute Mapping - First Name: givenName
Attrbute Mapping - Last Name: sn
Attrbute Mapping - Email: mail
Attrbute Mapping - Status
Attrbute Mapping - Time Zone: 8
Attrbute Mapping - Report To
Map To "Report To" Entry Attribute: cn
Attrbute Mapping - Groups
Map To LDAP Group Entry Primary Attribute: cn
Attrbute Mapping - Departments
Map To LDAP Department Entry Primary Attribute: cn

Group
Group Base DN:
Group Import Search Filter: (objectClass=groupOfNames)
Attrbute Mapping - Id: cn
Attrbute Mapping - Name: description
Attrbute Mapping - Description: description
Attrbute Mapping - Users: member
Map To LDAP User Entry Primary Attribute: cn

Department
Department Base DN:
Department Import Search Filter: (objectClass=groupOfNames)
Attrbute Mapping - Id: cn
Attrbute Mapping - Name: description
Attrbute Mapping - Description: description
Attrbute Mapping - HOD: owner
Attrbute Mapping - Users: member
Map To LDAP User Entry Primary Attribute: cn

Admin Role
Admin Role Base DN
Admin Role Import Search Filter: (&(objectClass=person)(cn=cat))
Attrbute Mapping - Users: cn
Map To LDAP User Entry Primary Attribute: cn

Advanced
Result Size Per Paged Search (0 to disable): 100
Debug Mode: Checked

Download: Sample LDIF file

  • No labels