Quanah, > My one comment about this patch would be that the it doesn't support using > "ldapi", which is connecting to a local LDAP server over a unix socket.
It doesn't? The patch added the 'scheme' attribute to the $default_ldap
hash just for this purpose - although I haven't tested it.
Something along these lines would probably work according to
the Net::LDAP documentation:
$default_ldap = {
hostname => '/socket/path/to/ldap',
scheme => 'ldapi',
...
};
Mark
