openldap/servers/slapd/back-perl
Howard Chu 68c7d375da Revert "ITS#6688 enforce search ACL in back-perl"
This reverts commit 53bb95a2e3.
Code was working as designed/documented. Changing now will
probably break other users.
2011-06-09 15:37:11 -07:00
..
add.c Cleanup ASPERL ifdefs 2011-02-05 00:51:18 +00:00
asperl_undefs.h Happy New Year 2011-01-05 00:42:37 +00:00
bind.c Cleanup ASPERL ifdefs 2011-02-05 00:51:18 +00:00
close.c Backward compatibility - treat unknown directives as perlModuleConfig's 2011-02-04 17:07:35 +00:00
compare.c Cleanup ASPERL ifdefs 2011-02-05 00:51:18 +00:00
config.c Cleanup PERL_5_6 ifdefs 2011-02-05 00:48:22 +00:00
delete.c Cleanup ASPERL ifdefs 2011-02-05 00:51:18 +00:00
init.c Cleanup PERL_5_6 ifdefs 2011-02-05 00:48:22 +00:00
Makefile.in Happy New Year 2011-01-05 00:42:37 +00:00
modify.c Cleanup ASPERL ifdefs 2011-02-05 00:51:18 +00:00
modrdn.c Cleanup ASPERL ifdefs 2011-02-05 00:51:18 +00:00
perl_back.h Cleanup ASPERL ifdefs 2011-02-05 00:51:18 +00:00
proto-perl.h Backward compatibility - treat unknown directives as perlModuleConfig's 2011-02-04 17:07:35 +00:00
README Notices 2003-12-06 19:25:01 +00:00
SampleLDAP.pm Comment back-ldap/SampleLDAP.pm data structure 2011-03-18 15:36:32 +00:00
search.c Revert "ITS#6688 enforce search ACL in back-perl" 2011-06-09 15:37:11 -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>