]> git.sur5r.net Git - openldap/blob - servers/slapd/back-perl/README
Fix prev commit, return generated passwd
[openldap] / servers / slapd / back-perl / README
1
2 Differences from 2.0 Perl API:
3
4 - Perl 5.6 is supported
5
6 - backend methods return actual LDAP result codes, not
7   true/false; this gives the Perl module finer control
8   of the error returned to the client
9
10 - a filterSearchResults configuration file directive was
11   added to tell the backend glue that the results returned
12   from the Perl module are candidates only
13
14 - the "init" method is called after the backend has been
15   initialized - this lets you do some initialization after
16   *all* configuration file directives have been read
17
18 - the interface for the search method is improved to
19   pass the scope, deferencing policy, size limit, etc.
20   See SampleLDAP.pm for details.
21
22 These changes were sponsored by myinternet Limited.
23
24 Luke Howard <lukeh@padl.com>
25