• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

bin/H11-Apr-20135

ChangesH A D04-Apr-20089.8 KiB

contrib/H11-Apr-201315

CREDITSH A D04-Apr-20081.3 KiB

data/H11-Apr-201326

inc/H05-Apr-20134

INSTALLH A D04-Apr-20081.3 KiB

install-nomakeH A D04-Apr-2008863

lib/H05-Apr-20135

Makefile.PLH A D04-Apr-20081.2 KiB

MANIFESTH A D04-Apr-20082.5 KiB

META.ymlH A D04-Apr-2008394

READMEH A D04-Apr-20081.8 KiB

SIGNATUREH A D04-Apr-20088.8 KiB

t/H11-Apr-201318

test.cfgH A D04-Apr-2008786

TODOH A D04-Apr-20081.8 KiB

README

1perl-ldap - A Client interface to LDAP servers
2
3Copyright (c) 1997-2004 Graham Barr. All rights reserved.
4This package is free software; you can redistribute it and/or
5modify it under the same terms as Perl itself.
6
7*******************************************************************************
8This code should be considered very much as work-in-progress.
9Any part of this release could be subject to change.
10
11The development of the distribution is discussed on a mailing list at
12
13  perl-ldap@perl.org
14
15To subscribe send an empty email to
16
17  perl-ldap-subscribe@perl.org
18
19*******************************************************************************
20
21For the latest information see http://ldap.perl.org/
22
23QUICK START GUIDE:
24
25    perl-ldap uses the following modules/distributions.
26
27	Convert::ASN1    - required
28	URI::ldap        - optional, needed for URL parsing
29	Authen::SASL     - optional, needed for SASL authentication
30	Digest::MD5      - optional, needed for SASL DIGEST-MD5 auth
31	IO::Socket::SSL  - optional, needed for Net::LDAPS
32	XML::SAX::Writer - optional, needed for Net::LDAP::DSML
33	MIME::Base64     - optional, needed for Net::LDAP::LDIF
34
35    First ensure the above modules/distributions are installed then
36    build/test/install Net::LDAP by doing
37
38            perl Makefile.PL
39            make
40            make test
41            make install
42
43    Several modules in the distribution contain documentation. Once installed
44    you can use the 'perldoc Net::LDAP' command to obtain the documentation.
45    This documentation will contain pointers to the other modules.
46
47
48*******************************************************************************
49NOTE: Everything that has been deprecated will be removed when V1.00 is
50released, but who knows when that will be.
51*******************************************************************************
52
53Share and Enjoy!
54
55