Note |
---|
|
The content below is for Apache Syncope <= 1.2 - for later versions the Reference Guide is available. |
Introduction
This wiki page shows all the steps needed to configure an external LDAP resource identified by the following connection parameters:
...
Please, take a look at all configurable parameters at LDAP Connector Configuration and use this page as reference to provide your configuration.
- Open your browser and access to the Syncope administration console (http://host:port/syncope-consoleImage Removed).
- Log into the interface by providing the following credentials:
:- Login:
admin!Ldap_2.png|thumbnail,width=200px!- ;
:- Password: password.
- Click on the Resources tab.
Image Modified - Click on the Connectors sub-tab.
- Click on Create new Connector button (configuration modal page appears).
- Click on tab General.
:- Provide Display name (e.g. 'Ldap demo connector') and the correct Bundle name (org.connid.bundles.ldap.${version}).
admin!Ldap_2.png|thumbnail!
- Click on tab Configurations and provide connector instance configuration.
Principal: cn=Directory Manager
Password: password
Host: localhost
TCP Port: 1389
Account Object Classes: top person organizationalPerson inetOrgPersonImage Removed
Password Attribute: userPassword
LDAP Filter for Retrieving Accounts: uid=*
Change Number Attribute: changeNumber
Uid Attribute: uid
Base Contexts: o=isp
Account User Name Attributes : uid
Change Log Block Size: 100
Password Hash Algorithm : SSHA - Click on tab Capabilities.
Image Added - Check needed capabilities as shown at Connector instance configuration.
- Click on Save button.
Configure LDAP resource
...
...
- Click on the Resources tab.
- Click on the Resources sub-tab.
- Click on Create new Resource button (configuration modal page appears).
Image Added - Click on Resource Details tab.
- Choose from the list the correct Connector instance name.
- Provide the following information
Name: Ldap demo
Connector: Ldap demo connector - Click on Schema Mappings tab.
- Click on Add button to insert attributes mapping.
Image Added - Provide Account Link: 'uid=' + username + ',o=isp'
- Click on Save button.
Image Added
Panel |
---|
borderColor | #ccc |
---|
bgColor | #fff |
---|
borderStyle | dashed |
---|
title | Schema mapping | borderStyle | dashed |
---|
|
Internal mapping types | Internal mapping | External Attributes | Mandatory condition | Account Id | Password |
---|
Username | | | true | X | | Password | | | true | | X | UserSchema | surname | sn | true | | | UserSchema | firstname | cn | true | | |
|