Index of /archives/NetBSD/NetBSD-release-9/src/external/bsd/openldap/dist/servers/slapd/back-perl
Name Last modified Size Description
Parent Directory -
CVS/ 2024-02-15 03:46 -
Makefile.in 2019-08-10 15:17 1.3K
README 2008-05-22 23:20 761
SampleLDAP.pm 2019-08-10 15:17 3.3K
add.c 2019-08-10 15:17 1.5K
asperl_undefs.h 2019-08-10 15:17 1.2K
bind.c 2019-08-10 15:17 1.9K
close.c 2019-08-10 15:17 1.3K
compare.c 2019-08-10 15:17 1.9K
config.c 2019-08-10 15:17 6.3K
delete.c 2019-08-10 15:17 1.4K
init.c 2019-08-10 15:17 3.9K
modify.c 2019-08-10 15:17 2.3K
modrdn.c 2019-08-10 15:17 1.6K
perl_back.h 2019-08-10 15:17 2.2K
proto-perl.h 2019-08-10 15:17 1.3K
search.c 2019-08-10 15:17 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, deferencing policy, size limit, etc.
See SampleLDAP.pm for details.
These changes were sponsored by myinternet Limited.
Luke Howard <[email protected]>