One issue is that you've called the proc
::ldap::add $handle $dn {
$formValues
}
The curly braces prevent the variable from expanding. You need to lose them and the line breaks.
::ldap::add $handle $dn $formValues
That should do it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.