Provided by: libmozilla-ldap-perl_1.5.3-1build1_amd64
NAME
Mozilla::LDAP::Utils.pm - Collection of useful little utilities.
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
Mozilla::LDAP::Conn, Mozilla::LDAP::Entry, Mozilla::LDAP::API, and of course Perl.