1
vote
LDAP Authentication using CGI+TCL
Here is an example that will connect to an ldap server and retrieve all of the info ldap has about an email address:
package require ldap
set sEmailAddress "user@example.com"
set h …
