I’m attempting to configure OpenSpecimen v1.1RC1 to use LDAP for authentication. After following the guidelines in the Documentation, I received an error message stating that the class edu.wustl.migrator.WUSTLKeyMigrator
could not be found. Any advice would be warmly welcomed.
###Additional Troubleshooting Details
- I wrote a Java console app which invokes the same class specified in the
IDPAuthenication.xml
file (com.sun.jndi.ldap.LdapCtxFactory
) to verify that my LDAP settings were correct, and I was able to successfully authenticate a user. - I tried removing the
<migrator-class>
configuration node, and I get an error message stating that I have an invalid email address despite trying numerous addresses. I’m assuming this migrator class copies some details from LDAP into OpenSpecimen’s database.