anyone familiar with CFLDAP? I'm 99% there with al...
# cfml-general
z
anyone familiar with CFLDAP? I'm 99% there with all this https://github.com/lucee/Lucee/pull/1735
my motivation is I need tests in order to action this https://luceeserver.atlassian.net/browse/LDEV-3265 (remove some very old LDAP jars from the build)
t
I have used it in the past i can give you a jumpcloud example if it helps
p
@zackster I have it running in a project where we authenticate users against Active Directory. So if you need code run in an environment that has an LDAP service I can help. If you want some wisdom about how LDAP works, ahhh, that may not come from me. I remember hacking at it til I got it to work but that's about it.
z
I figured it out, the first docker image didn't work, tried another which did, just had to nutt out some testcases