[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: new module overlay modtrigger
- To: "Howard Chu" <hyc@symas.com>
- Subject: Re: new module overlay modtrigger
- From: "Maarten Vanraes" <maarten.vanraes@gmail.com>
- Date: Fri, 22 Feb 2013 13:07:31 +0100
- Cc: Maarten Vanraes <maarten.vanraes@gmail.com>, openldap-technical@openldap.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:in-reply-to:references:date:subject:from:to :cc:user-agent:mime-version:content-type:content-transfer-encoding; bh=nobLH+WcGKkCfTLn0BGC+vUEp8Z9/Z8tJc+nICOPNHc=; b=uKsKeSDkWU4mjFvm7xC/ZtIVoKnbyxfCJH1hMybOLTBb7Q6vngS7KSj1ntYgeTnovV 4Opzh5OD0Dp6aqtyd93Q12gbaQctbli95TgWvArAbl1FI9LCV2GVTfpH6knEW747XNG/ gnf4CbCpGgpZYgUGQZ7VISW3tOHVRJscWWSFvtL8tGBN1vsNfqoUBtjr9/e+NzGzSKfs x2Ke8dk3IsyVZFk4UzCw3X4KFwNDV2fW5okcBgdoBMLsUxQKX+Rd99lNAGHxoYaa0xu6 nupJgLC0sHUo8sLwIEFwwAudpZ3xsBVzwVmWR0x2bnly7OutUuvUnxplXJWQPHIOp3aK APJw==
- In-reply-to: <51275C5B.9070303@symas.com>
- References: <0db9a0c933c4a095a295353b247e6285.squirrel@mail.rmail.be> <51275C5B.9070303@symas.com>
- User-agent: SquirrelMail/1.4.22
> Maarten Vanraes wrote:
>> Hey,
>>
>> a few years back i wrote an overlay module "modtrigger", that executes a
>> script on modifications.
>
> The preferred approach these days is to use slapo-sock.
reading up on slapo-sock, i don't understand how i could do the same.
modtrigger is just doing a notification, not actually handling the queries
itself, it's not a backend.
or am i misunderstanding this?