openldap/servers/slapd/back-perl
2012-03-29 06:11:55 -07:00
..
add.c ITS#7149 more for back-perl, always use bv_len when available 2012-03-29 06:11:55 -07:00
asperl_undefs.h Happy New Year! 2012-01-01 07:10:53 -08:00
bind.c ITS#7149 more for back-perl, always use bv_len when available 2012-03-29 06:11:55 -07:00
close.c Happy New Year! 2012-01-01 07:10:53 -08:00
compare.c ITS#7149 more for back-perl, always use bv_len when available 2012-03-29 06:11:55 -07:00
config.c Happy New Year! 2012-01-01 07:10:53 -08:00
delete.c ITS#7149 more for back-perl, always use bv_len when available 2012-03-29 06:11:55 -07:00
init.c ITS#7075 Re-fix back-perl initialization. 2012-01-21 05:01:43 +01:00
Makefile.in Happy New Year! 2012-01-01 07:10:53 -08:00
modify.c ITS#7149 fix back-shell/back-perl Modify with binary values 2012-03-29 06:05:15 -07:00
modrdn.c ITS#7149 more for back-perl, always use bv_len when available 2012-03-29 06:11:55 -07:00
perl_back.h Happy New Year! 2012-01-01 07:10:53 -08:00
proto-perl.h Happy New Year! 2012-01-01 07:10:53 -08:00
README
SampleLDAP.pm Happy New Year! 2012-01-01 07:10:53 -08:00
search.c ITS#7149 more for back-perl, always use bv_len when available 2012-03-29 06:11:55 -07: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>