Name Date Size #Lines LOC

..--

Makefile.inH A D09-Jul-20241.3 KiB4721

READMEH A D09-Jul-2024763 2516

SampleLDAP.pmH A D09-Jul-20243.3 KiB172100

add.cH A D09-Jul-20241.5 KiB6532

asperl_undefs.hH A D09-Jul-20241.2 KiB4110

bind.cH A D09-Jul-20241.9 KiB8337

close.cH A D09-Jul-20241.3 KiB6230

compare.cH A D09-Jul-20241.9 KiB8339

config.cH A D09-Jul-20246.4 KiB259199

delete.cH A D09-Jul-20241.4 KiB6229

init.cH A D09-Jul-20243.9 KiB179111

modify.cH A D09-Jul-20242.3 KiB10057

modrdn.cH A D09-Jul-20241.6 KiB6634

perl_back.hH A D09-Jul-20242.2 KiB8845

proto-perl.hH A D09-Jul-20241.3 KiB4619

search.cH A D09-Jul-20243 KiB12570

README

1Differences from 2.0 Perl API:
2
3- Perl 5.6 is supported
4
5- backend methods return actual LDAP result codes, not
6  true/false; this gives the Perl module finer control
7  of the error returned to the client
8
9- a filterSearchResults configuration file directive was
10  added to tell the backend glue that the results returned
11  from the Perl module are candidates only
12
13- the "init" method is called after the backend has been
14  initialized - this lets you do some initialization after
15  *all* configuration file directives have been read
16
17- the interface for the search method is improved to
18  pass the scope, dereferencing policy, size limit, etc.
19  See SampleLDAP.pm for details.
20
21These changes were sponsored by myinternet Limited.
22
23Luke Howard <lukeh@padl.com>
24
25