Hi, I have been starting to work with Syncope, and I setup a Syncope instance, following this: Apache Syncope tutorial - part I
| | | | | | | | | | | Apache Syncope tutorial - part I Apache Syncope is a new open source Identity Management project at Apache. This is the first of a planned four-... | | | I deployed the Syncope and syncope-console as webapps under a Tomcat 9 instance, and I can get to the Syncope console. Now, I am trying to add/enable an LDAP connector, following this: Apache Syncope tutorial - part III | | | | | | | | | | | Apache Syncope tutorial - part III In the first tutorial on Apache Syncope , we showed how to deploy Syncope to Apache Tomcat, and how to set up M... | | | However, when I go into the console, and try to create the LDAP connector, no connectors are appearing in the dropdowns (e.g., "Location", etc.). I have confirmed that the following JARs are in the /apps/syncope/bundles/ directory: net.tirasa.connid.bundles.db.common-2.2.4.jar org.connid.bundles.ad-1.1.1.jar org.connid.bundles.ldap-1.3.6.jar net.tirasa.connid.bundles.ldap-1.5.3.jar org.connid.bundles.csvdir-0.7.jar org.connid.bundles.soap-1.2.6.jar and, in the /apps/apache-tomcat-9.0.17/webapps/syncope/WEB-INF/classes/connid.properties file, there is this: connid.locations=file:/apps/syncope/bundles/ I have restarted the Tomcat multiple times and I don't see any errors in the Tomcat logs. Can anyone tell me what else I need to do to be able to create the LDAP connector in Syncope? Thanks,Jim
