1Utils(3) User Contributed Perl Documentation Utils(3)
2
3
4
6 Mozilla::LDAP::Utils.pm - Collection of useful little utilities.
7
9 use Mozilla::LDAP::Utils;
10
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
20 There are plenty of examples to look at, in the examples directory. We
21 are adding more examples every day (almost).
22
24 Installing this package is part of the Makefile supplied in the pack‐
25 age. See the installation procedures which are part of this package.
26
28 This package can be retrieved from a number of places, including:
29
30 http://www.mozilla.org/directory/
31 Your local CPAN server
32
34 Most of this code was developed by Leif Hedstrom, Netscape Communica‐
35 tions Corporation.
36
38 None. :)
39
41 Mozilla::LDAP::Conn, Mozilla::LDAP::Entry, Mozilla::LDAP::API, and of
42 course Perl.
43
44
45
46perl v5.8.8 2007-06-14 Utils(3)