diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -0,0 +1,41 @@ | |||
1 | DJabberd-Authen-LDAP | ||
2 | |||
3 | This is an LDAP Authentication for the DJabberd XMPP Server. This module | ||
4 | depends on DJabberd of course (version 0.83 or newer) and Net::LDAP. | ||
5 | |||
6 | INSTALLATION | ||
7 | |||
8 | To install this module, run the following commands: | ||
9 | |||
10 | perl Makefile.PL | ||
11 | make | ||
12 | make test | ||
13 | make install | ||
14 | |||
15 | |||
16 | SUPPORT AND DOCUMENTATION | ||
17 | |||
18 | After installing, you can find documentation for this module with the perldoc command. | ||
19 | |||
20 | perldoc DJabberd::Authen::LDAP | ||
21 | |||
22 | You can also look for information at: | ||
23 | |||
24 | Search CPAN | ||
25 | http://search.cpan.org/dist/DJabberd-Authen-LDAP | ||
26 | |||
27 | CPAN Request Tracker: | ||
28 | http://rt.cpan.org/NoAuth/Bugs.html?Dist=DJabberd-Authen-LDAP | ||
29 | |||
30 | AnnoCPAN, annotated CPAN documentation: | ||
31 | http://annocpan.org/dist/DJabberd-Authen-LDAP | ||
32 | |||
33 | CPAN Ratings: | ||
34 | http://cpanratings.perl.org/d/DJabberd-Authen-LDAP | ||
35 | |||
36 | COPYRIGHT AND LICENCE | ||
37 | |||
38 | Copyright (C) 2007 Edward Rudd | ||
39 | |||
40 | This program is free software; you can redistribute it and/or modify it | ||
41 | under the same terms as Perl itself. | ||