logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mozilla::LDAP::Utils.pm - Collection of useful little utilities.

Abstract

Availability

       This package can be retrieved from a number of places, including:

           http://www.mozilla.org/directory/
           Your local CPAN server

Bugs

       None. :)

Credits

       Most of this code was developed by Leif Hedstrom, Netscape Communications Corporation.

Description

Examples

       There are plenty of examples to look at, in the examples directory. We are adding more examples every day
       (almost).

Installation

       Installing  this package is part of the Makefile supplied in the package. See the installation procedures
       which are part of this package.

Name

         Mozilla::LDAP::Utils.pm - Collection of useful little utilities.

Object Class Methods

normalizeDN  This  function  will remove all extraneous white spaces in the DN, and also change all upper
                    case characters to lower case. The only argument is the DN  string  to  normalize,  and  the
                    return value is the new, clean DN.

See Also

       Mozilla::LDAP::Conn, Mozilla::LDAP::Entry, Mozilla::LDAP::API, and of course Perl.

perl v5.40.0                                       2025-01-03                                         Utils(3pm)

Synopsis

         use Mozilla::LDAP::Utils;

See Also