openldap/servers/slapd/back-perl
Pierangelo Masarati dddee82680 cleanup
2004-05-06 14:51:14 +00:00
..
add.c Blind portability fix 2004-04-27 07:23:04 +00:00
asperl_undefs.h Happy new year 2004-01-01 19:15:16 +00:00
backperl.dsp
bind.c Blind portability fix 2004-04-27 07:23:04 +00:00
close.c Blind portability fix 2004-04-27 07:23:04 +00:00
compare.c Blind portability fix 2004-04-27 07:23:04 +00:00
config.c Blind portability fix 2004-04-27 07:23:04 +00:00
delete.c Blind portability fix 2004-04-27 07:23:04 +00:00
external.h Happy new year 2004-01-01 19:15:16 +00:00
init.c Blind portability fix 2004-04-27 07:23:04 +00:00
Makefile.in Fix module link libraries 2004-04-17 15:12:20 +00:00
modify.c Blind portability fix 2004-04-27 07:23:04 +00:00
modrdn.c Blind portability fix 2004-04-27 07:23:04 +00:00
perl_back.h Blind portability fix 2004-04-27 07:23:04 +00:00
README Notices 2003-12-06 19:25:01 +00:00
SampleLDAP.pm cleanup 2004-05-06 14:51:14 +00:00
search.c Blind portability fix 2004-04-27 07:23:04 +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>