From: Graham B. <gb...@po...> - 2001-01-31 07:17:31
|
On Wed, Jan 31, 2001 at 01:50:56PM +1100, Gary Ashton-Jones wrote: > It's small consolation but I replaced the calls to Net::LDAP with calls to > Mozilla::LDAP::Conn (see AuthPerLDAP.pm) That is unfortunate as the Mozilla module does not seem to be well supported. The errors you are seeing below would only happen if the ASN1.pm file was included multiple times. This would only happen if %INC was cleared. That should not happen, but the attached patch should fix it Graham. |