• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Net/LDAP/H26-Jun-2010-641256

t/H26-Jun-2010-9868

ChangesH A D26-Jun-2010478 2214

MANIFESTH A D26-Jun-2010100 98

Makefile.PLH A D26-Jun-2010734 2422

READMEH A D26-Jun-20101 KiB4929

README

1Net-LDAP-AutoServer
2
3Provides a automated way for getting LDAP
4server information and connecting to the
5server.
6
7INSTALLATION
8
9To install this module, run the following commands:
10
11	perl Makefile.PL
12	make
13	make test
14	make install
15
16If you want /dev/ldap/ support, please install the kmod from the URL below.
17
18http://eesdp.org/eesdp/ldap-kmod.html
19
20SUPPORT AND DOCUMENTATION
21
22After installing, you can find documentation for this module with the
23perldoc command.
24
25    perldoc Net::LDAP::AutoServer
26
27You can also look for information at:
28
29    RT, CPAN's request tracker
30        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-LDAP-AutoServer
31
32    AnnoCPAN, Annotated CPAN documentation
33        http://annocpan.org/dist/Net-LDAP-AutoServer
34
35    CPAN Ratings
36        http://cpanratings.perl.org/d/Net-LDAP-AutoServer
37
38    Search CPAN
39        http://search.cpan.org/dist/Net-LDAP-AutoServer/
40
41
42COPYRIGHT AND LICENCE
43
44Copyright (C) 2009 Zane C. Bowers
45
46This program is free software; you can redistribute it and/or modify it
47under the same terms as Perl itself.
48
49