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


NAME

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


SUPPORTED PLATFORMS

This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.

SYNOPSIS

  use Mozilla::LDAP::Utils;


ABSTRACT


DESCRIPTION


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.


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.


AVAILABILITY

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

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


CREDITS

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


BUGS

None. :)


SEE ALSO

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

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