1Utils(3)              User Contributed Perl Documentation             Utils(3)
2
3
4

NAME

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

SYNOPSIS

9         use Mozilla::LDAP::Utils;
10

ABSTRACT

DESCRIPTION

OBJECT CLASS METHODS

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

EXAMPLES

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

INSTALLATION

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

AVAILABILITY

29       This package can be retrieved from a number of places, including:
30
31           http://www.mozilla.org/directory/
32           Your local CPAN server
33

CREDITS

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

BUGS

39       None. :)
40

SEE ALSO

42       Mozilla::LDAP::Conn, Mozilla::LDAP::Entry, Mozilla::LDAP::API, and of
43       course Perl.
44
45
46
47perl v5.26.3                      2007-06-14                          Utils(3)
Impressum