[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Move SLAPI in an overlay...
- To: ando@sys-net.it
- Subject: Re: Move SLAPI in an overlay...
- From: Luke Howard <lukeh@padl.com>
- Date: Fri, 22 Jul 2005 10:52:34 +1000
- Cc: ando@sys-net.it, openldap-devel@OpenLDAP.org
- Organization: PADL Software Pty Ltd
- References: <200507210047.j6L0lt9o084318@au.padl.com> <53994.131.175.154.56.1121923027.squirrel@131.175.154.56> <200507211555.j6LFtVfv042169@au.padl.com> <48676.131.175.154.56.1121962256.squirrel@131.175.154.56> <200507211630.j6LGUeg4044737@au.padl.com> <48871.131.175.154.56.1121963825.squirrel@131.175.154.56>
- Versions: dmail (bsd44) 2.6d/makemail 2.10
>Yes, but over_op_func registers a callback with over_back_response, and
>that takes care of calling the overlay response and cleanup sequence,
>passing the appropriate backend and database structure to each overlay.
>You need to provide the slapi overlay a slapi_response() call that handles
>all response types SLAPI needs to muck with.
We do, see slapi_over_response() in slapi/slapi_overlay.c (formerly
slapi_op_response()).
-- Luke
--