THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
- Open your browser and access to the Syncope administration console (http://host:port/syncope-console).
- Log into the interface by providing the following credentials:
- :Login: admin!Ldap_2.png|thumbnail,width=200px!;
- :Password: password.
- Click on the Resources tab.
- 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}).
- 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 inetOrgPerson
#: 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 - Click on tab Capabilities.
- Check needed capabilities as shown at Connector instance configuration.
- Click on Save button.
...