Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

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

Sample Configuration

Configure LDAP Directory Manager

URL

...

ldap://

...

IP_ADDRESS:389

Admin Username (Principal)

...

cn=admin,dc=joget,dc=org

Admin Password (Credential)

...

admin

Root DN

...

DC=joget,DC=org

Note

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

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 - Report To

 

Map To "Report To" Entry Attribute

...

dn

...

Attribute Mapping - Groups

 

Map To LDAP Group Entry Primary Attribute

...

dn

...

Attribute Mapping - Departments

 

Map To LDAP Department Entry Primary Attribute

...

dn

Group

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

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

Admin Role

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

Result Size Per Paged Search (0 to disable)

...

100

Debug Mode

...

Checked

Download: KB:Sample LDIF file