openldap/servers/slapd/back-perl
Quanah Gibson-Mount dfe8eca92d ITS#5102 fix
2007-09-01 00:28:07 +00:00
..
add.c happy new year 2007-01-02 20:00:42 +00:00
asperl_undefs.h happy new year 2007-01-02 20:00:42 +00:00
bind.c uniformly exploit rootdn bind; add support for rootdn bind to backends that didn't have it (ITS#4962) 2007-08-16 09:38:15 +00:00
close.c ITS#5102 fix 2007-09-01 00:28:07 +00:00
compare.c happy new year 2007-01-02 20:00:42 +00:00
config.c happy new year 2007-01-02 20:00:42 +00:00
delete.c happy new year 2007-01-02 20:00:42 +00:00
init.c ITS#5102 fix 2007-09-01 00:28:07 +00:00
Makefile.in happy new year 2007-01-02 20:00:42 +00:00
modify.c happy new year 2007-01-02 20:00:42 +00:00
modrdn.c happy new year 2007-01-02 20:00:42 +00:00
perl_back.h happy new year 2007-01-02 20:00:42 +00:00
proto-perl.h happy new year 2007-01-02 20:00:42 +00:00
README
SampleLDAP.pm Cater for perl 5+ 2007-07-01 22:36:24 +00:00
search.c happy new year 2007-01-02 20:00:42 +00:00

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, deferencing policy, size limit, etc.
  See SampleLDAP.pm for details.

These changes were sponsored by myinternet Limited.

Luke Howard <lukeh@padl.com>