openldap/servers/slapd/back-perl/README

25 lines
763 B
Plaintext
Raw Normal View History

2002-04-16 11:47:39 +08: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
ITS#8605 - spelling fixes * javascript * kernel * ldap * length * macros * maintained * manager * matching * maximum * mechanism * memory * method * mimic * minimum * modifiable * modifiers * modifying * multiple * necessary * normalized * objectclass * occurrence * occurring * offered * operation * original * overridden * parameter * permanent * preemptively * printable * protocol * provider * really * redistribution * referenced * refresh * regardless * registered * request * reserved * resource * response * sanity * separated * setconcurrency * should * specially * specifies * structure * structures * subordinates * substitution * succeed * successful * successfully * sudoers * sufficient * superiors * supported * synchronization * terminated * they're * through * traffic * transparent * unsigned * unsupported * version * absence * achieves * adamson * additional * address * against * appropriate * architecture * associated * async * attribute * authentication * authorized * auxiliary * available * begin * beginning * buffered * canonical * certificate * charray * check * class * compatibility * compilation * component * configurable * configuration * configure * conjunction * constraints * constructor * contained * containing * continued * control * convenience * correspond * credentials * cyrillic * database * definitions * deloldrdn * dereferencing * destroy * distinguish * documentation * emmanuel * enabled * entry * enumerated * everything * exhaustive * existence * existing * explicitly * extract * fallthru * fashion * february * finally * function * generically * groupname * happened * implementation * including * initialization * initializes * insensitive * instantiated * instantiation * integral * internal * iterate
2017-02-26 15:49:31 +08:00
pass the scope, dereferencing policy, size limit, etc.
2002-04-16 11:47:39 +08:00
See SampleLDAP.pm for details.
2002-04-16 13:36:22 +08:00
These changes were sponsored by myinternet Limited.
2002-04-16 11:47:39 +08:00
Luke Howard <lukeh@padl.com>