]> git.sur5r.net Git - openldap/commit
Fix bug in compare.c where obj_ref to pb_obj_ref
authorJohn Quillan <quillan@openldap.org>
Sun, 4 Apr 1999 04:16:14 +0000 (04:16 +0000)
committerJohn Quillan <quillan@openldap.org>
Sun, 4 Apr 1999 04:16:14 +0000 (04:16 +0000)
commit3f1fd3bceebb47aaee74966ca208a14605cc5121
treeaf661b1b596d8ae73ae2520777ba76980809007b
parent82453169fc7801c06e3ae9319396f90011cda195
Fix bug in compare.c where obj_ref to pb_obj_ref

Added call to perl "config" method so the the
perl module can have its own configuration
options.

Fix bug in init.c where the address of the be_private
object was being retrieved when it was already
a pointer.

Added the dn parameter to the modify.c call to the
modify method.  Not sure why this wasn't there
in the beginning.

Expects and array from the search method instead of
a scalar in search.c so that it can return search
results and a return code.

Added the demo file SampleLDAP.pm
servers/slapd/back-perl/SampleLDAP.pm [new file with mode: 0644]
servers/slapd/back-perl/compare.c
servers/slapd/back-perl/config.c
servers/slapd/back-perl/init.c
servers/slapd/back-perl/modify.c
servers/slapd/back-perl/modrdn.c
servers/slapd/back-perl/search.c