Index of /archives/NetBSD/NetBSD-release-10/src/external/bsd/openldap/dist/servers/slapd/back-perl
Name Last modified Size Description
Parent Directory -
CVS/ 2022-12-18 05:32 -
Makefile.in 2021-08-15 01:05 1.3K
README 2021-08-15 01:05 763
SampleLDAP.pm 2021-08-15 01:05 3.3K
add.c 2021-08-15 01:15 1.5K
asperl_undefs.h 2021-08-15 01:15 1.2K
bind.c 2021-08-15 01:15 1.9K
close.c 2021-08-15 01:15 1.3K
compare.c 2021-08-15 01:15 1.9K
config.c 2021-08-15 01:15 6.4K
delete.c 2021-08-15 01:15 1.4K
init.c 2021-08-15 01:15 3.9K
modify.c 2021-08-15 01:15 2.3K
modrdn.c 2021-08-15 01:15 1.6K
perl_back.h 2021-08-15 01:15 2.2K
proto-perl.h 2021-08-15 01:15 1.3K
search.c 2021-08-15 01:15 3.0K
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, dereferencing policy, size limit, etc.
See SampleLDAP.pm for details.
These changes were sponsored by myinternet Limited.
Luke Howard <lukeh@padl.com>