Forum Discussion
payam
13 years agoContributor
Actually it is fixed now, we found the missing library files same day but I was too lazy to update the thread (however having the real LDAP support implementation would be great). 
You just need to include library files in to your bin/ext. then if you add following two lines in the script and didn't see the infamous "can not be resolved" error, you're set to go 
 
import org.apache.directory.groovyldap.LDAP
import org.apache.directory.groovyldap.SearchScope
Unfortunately the provided jar files are incomplete so you'll need to add 2-3 more jars, I tried to attach the zipped file here but I have limitation of only 2mb upload while the compressed file is around 5mb. Please let me know if I can upload it somewhere.
The rest can be found in the provided link.
You just need to include library files in to your bin/ext. then if you add following two lines in the script and didn't see the infamous "can not be resolved" error, you're set to go
 
 import org.apache.directory.groovyldap.LDAP
import org.apache.directory.groovyldap.SearchScope
Unfortunately the provided jar files are incomplete so you'll need to add 2-3 more jars, I tried to attach the zipped file here but I have limitation of only 2mb upload while the compressed file is around 5mb. Please let me know if I can upload it somewhere.
The rest can be found in the provided link.
- jsreesoap10 years agoContributorHi I am very new to this. I use Ready API 1.50 and 64bit Windows. Could you please let me know how I can connect to ldap using this Reday API? Thx J - kondasamy10 years agoRegular ContributorYes! You can do in Ready! API. Here is a tutorial for SoapUI, which will work for Ready! API as well, http://www.redrock-it.nl/using-groovy-to-connect-to-active-directory/ Thanks, Samy Did my reply answer your question? Give Kudos or Accept it as a Solution to help others, Thanks. ↓↓↓