On Fri, Oct 10, 2003 at 05:24:55PM +0200, Uros Slak wrote:
> I believe that the problem is that the ldapsearch wrapper script is not even
> executed but I dont know how to debug further!

Replace the script with

#!/bin/sh
date >> /tmp/ldapsearch.out
echo "$@" >> /tmp/ldapsearch.out
set >> /tmp/ldapsearch.out

(remember to chmod +x) and see if it creates a file. If so, see if it
contains what you expect.

Regards,

Brian.

Reply via email to