How to connect to a ldap through a proxy ldap?
问题 I've a little issue. At work, we will shortly use a proxy ldap to connect to our ldap. However, my perl script used to connect directly to the ldap, and I can't find the right way to connect to the ldap through the ldap proxy. The ldap team told me to simply change "my.local.ldap.org" by the url of the proxy. But when I do that, I get nothing back except the error "Can't contact LDAP server at myscript.pl line X, < DATA> line 403." I'm at my wits end, since I'm pretty new to perl. How can I