Hi Michael,
the "Connection Reset" message probably comes from the Net::LDAP Perl
module.
Did you specify the servers with with port number (636 or 3290) ?
Plus, you may need to set the USE_TLS flag.
To make debugging the Perl script easier you could you try calling it
directly. Something like
env LDAP_SERVER_TYPE=microsoft LDAP_HOST=... printf "0 TACPLUS\n4
$USER\n8 $PASS\n49 AUTH\n=\n" |
mavis_tacplus_ldap.pl
You'll need to set the same environment variables that you've used in
the configuration.
Cheers,
Marc