Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open your browser and access to the Syncope administration console (http://host:port/syncope-console).
  2. Log into the interface by providing the following credentials:
    1. Login: admin
    2. Password: password.
  3. Click on the Resources tab.
  4. Click on the Connectors sub-tab.
  5. Click on Create new Connector button (configuration modal page appears).
  6. Click on tab General.
    1. Provide Display name (e.g. 'Active Directory demo connector') and the correct Bundle name (org.connid.bundles.ad.${version}).
  7. Click on tab Configurations and provide connector instance configuration.
    Server hostname: 192.168.0.129
    Server port: 636
    Principal: cn=Administrator,cn=Users,dc=pluto,dc=org
    Principal password: password
    Root suffixes: dc=pluto,dc=org
    Entry base context: cn=Users,dc=pluto,dc=org
    Object classes to synchronize: User
    Entry object classes: Top Person OrganizationalPerson User
    Retrieve deleted users: TRUE
    Trust all certs: TRUE
    Memberships: cn=Domain Guests,cn=Users,dc=pluto,dc=org
  8. Click on tab Capabilities.
  9. Check needed capabilities as shown at Connector instance configuration.
  10. Click on Save button.

Configure Active Directory resource

...