openldap/servers/slapd/back-perl
Quanah Gibson-Mount ce2c5173bd ITS#9161 - Fix various typos
Fix a number of different typos across the code base
2021-02-17 18:42:46 +00:00
..
add.c
asperl_undefs.h ITS#9161 - Fix various typos 2021-02-17 18:42:46 +00:00
bind.c
close.c ITS#7790 - Rename config.h 2021-02-02 21:26:39 +00:00
compare.c
config.c ITS#7790 - Rename config.h 2021-02-02 21:26:39 +00:00
delete.c
init.c ITS#7790 - Rename config.h 2021-02-02 21:26:39 +00:00
Makefile.in
modify.c
modrdn.c
perl_back.h
proto-perl.h
README
SampleLDAP.pm
search.c

Differences from 2.0 Perl API:

- Perl 5.6 is supported

- backend methods return actual LDAP result codes, not
  true/false; this gives the Perl module finer control
  of the error returned to the client

- a filterSearchResults configuration file directive was
  added to tell the backend glue that the results returned
  from the Perl module are candidates only

- the "init" method is called after the backend has been
  initialized - this lets you do some initialization after
  *all* configuration file directives have been read

- the interface for the search method is improved to
  pass the scope, dereferencing policy, size limit, etc.
  See SampleLDAP.pm for details.

These changes were sponsored by myinternet Limited.

Luke Howard <lukeh@padl.com>