summaryrefslogtreecommitdiffstatsabout
path: root/README
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2010-02-15 17:25:06 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2010-02-15 17:26:17 (GMT)
commit20fd1b9f6f15f7864620ff91ff1eb257ad5ccb5a (patch)
tree8fac6793e5dec7630e056dc69b23da1f17ae84c0 /README
import version 0.010.01
Diffstat (limited to 'README')
-rw-r--r--README41
1 files changed, 41 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..34586d0
--- /dev/null
+++ b/README
@@ -0,0 +1,41 @@
1DJabberd-Authen-LDAP
2
3This is an LDAP Authentication for the DJabberd XMPP Server. This module
4depends on DJabberd of course (version 0.83 or newer) and Net::LDAP.
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10 perl Makefile.PL
11 make
12 make test
13 make install
14
15
16SUPPORT AND DOCUMENTATION
17
18After installing, you can find documentation for this module with the perldoc command.
19
20 perldoc DJabberd::Authen::LDAP
21
22You 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
36COPYRIGHT AND LICENCE
37
38Copyright (C) 2007 Edward Rudd
39
40This program is free software; you can redistribute it and/or modify it
41under the same terms as Perl itself.