On Wednesday 22 August 2007 08:35:37 Taymour A. El Erian wrote: > if test ! -x /usr/sbin/.3 ; then > echo "Could not locate slapd(8)" > exit 1 > fi This is a victim of trying to get the tests working in a separate package. It's quite obvious what the fix is ... make it /usr/sbin/slapd2.3 instead of /etc/sbin/.3. (and in scripts/defines.sh too). If it's not fixed yet, I'll try and fix it soon ... Regards, Buchan