On Fri, Jul 09, 2010 at 08:55:11AM +0100, Mike Peachey wrote:
> > If you don't need it, make it the empty string
> > 
> Have you tested that? I haven't checked within living memory, but my
> general recommendation is to use something like (objectClass=ScoobyDoo)
> so you guarantee not to match. I'm not sure than an empty string won't
> cause a syntax failure on lookup.

   unless ($d_filter) {
        # If we don't know how to check for disabled users, consider them all 
enabled.
        $RT::Logger->debug("No d_filter specified for this LDAP service (",
                            $service,
                            "), so considering all users enabled");
        return 0;
    }

-kevin

Attachment: pgppV2NuYjDxh.pgp
Description: PGP signature

Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Reply via email to