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

..11-Nov-2013121

add.cH A D07-Feb-20121.4 KiB

asperl_undefs.hH A D07-Feb-20121.1 KiB

bind.cH A D07-Feb-20121.8 KiB

close.cH A D07-Feb-20121.3 KiB

compare.cH A D07-Feb-20121.8 KiB

config.cH A D07-Feb-20126.1 KiB

delete.cH A D07-Feb-20121.3 KiB

init.cH A D07-Feb-20123.7 KiB

Makefile.inH A D07-Feb-20121.3 KiB

modify.cH A D07-Feb-20122.1 KiB

modrdn.cH A D07-Feb-20121.5 KiB

perl_back.hH A D07-Feb-20122 KiB

proto-perl.hH A D07-Feb-20121.2 KiB

READMEH A D08-May-2009761

SampleLDAP.pmH A D07-Feb-20123.3 KiB

search.cH A D07-Feb-20122.8 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