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

..03-May-2022-

inc/Module/H07-Mar-2008-2,1511,612

lib/Samba/H07-Mar-2008-3,5801,555

scripts/H07-Mar-2008-5,1533,152

t/H07-Mar-2008-998556

Build.PLH A D24-Mar-2006201 71

ChangesH A D07-Mar-20081.1 KiB3727

MANIFESTH A D07-Mar-20081.3 KiB5958

MANIFEST.SKIPH A D24-Mar-2006165 1514

META.ymlH A D07-Mar-2008727 3433

Makefile.PLH A D03-May-20221.5 KiB5124

READMEH A D07-Mar-2008923 4326

SIGNATUREH A D07-Mar-20080

README

1Samba-LDAP version 0.05
2
3Samba::LDAP - Manage a Samba PDC with an LDAP Backend
4
5CPAN Port of smbldap-tools found at http://samba.idealx.org/
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
16
17Alternatively, to install with Module::Build, use the following commands:
18
19    perl Build.PL
20    ./Build
21    ./Build test
22    ./Build install
23
24
25
26DEPENDENCIES
27
28None.
29
30
31COPYRIGHT AND LICENCE
32
33Copyright (C) 2001-2002 IDEALX - Original smbldap-tools
34Copyright (C) 2006 Suretec Systems Ltd.,
35              - Gavin Henry <ghenry@suretecsystems.com>
36              - http://www.suretecsystems.com
37
38This program is free software; you can redistribute it and/or
39modify it under the terms of the GNU General Public License
40as published by the Free Software Foundation; either version 2
41of the License, or (at your option) any later version.
42See perldoc perlgpl
43