openldap/servers/slapd/back-perl
2002-07-27 00:24:02 +00:00
..
add.c
asperl_undefs.h
backperl.dsp
bind.c zap unnecessary include 2002-06-14 09:10:02 +00:00
close.c
compare.c Moved slap_strcopy, slap_strncopy to lutil_strcopy, lutil_strncopy 2002-07-27 00:24:02 +00:00
config.c
delete.c
external.h
init.c zap unnecessary include 2002-06-14 09:10:02 +00:00
Makefile.in Fix dynamic module linking 2002-06-21 01:34:53 +00:00
modify.c
modrdn.c
perl_back.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, deferencing policy, size limit, etc.
  See SampleLDAP.pm for details.

These changes were sponsored by myinternet Limited.

Luke Howard <lukeh@padl.com>