NameDateSize

..Today118

add.cH A D12-Dec-20101.6 KiB

asperl_undefs.hH A D12-Dec-20101.2 KiB

bind.cH A D12-Dec-20102.1 KiB

close.cH A D12-Dec-20101.2 KiB

compare.cH A D12-Dec-20102 KiB

config.cH A D12-Dec-20103.2 KiB

delete.cH A D12-Dec-20101.5 KiB

init.cH A D12-Dec-20103.8 KiB

Makefile.inH A D12-Dec-20101.4 KiB

modify.cH A D12-Dec-20102.3 KiB

modrdn.cH A D12-Dec-20101.8 KiB

perl_back.hH A D12-Dec-20101.9 KiB

proto-perl.hH A D12-Dec-20101.3 KiB

READMEH A D06-Dec-2003761

SampleLDAP.pmH A D12-Dec-20103.3 KiB

search.cH A D12-Dec-20103 KiB

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, deferencing 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