Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rwmcintosh

  1. rwmcintosh

    Adding objects to LDAP via CGI

    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.

Part and Inventory Search

Back
Top