[Date Prev][Date Next] [Chronological] [Thread] [Top]

Problem with using back-shell



Hi there,

I am using openldap-2.1.3 on FreeBSD 4.6-Release, everything works
fine except the back-shell.
When I include the back-shell and try to install the sample shellscript,
ldapsearch returns:

...result: 32 No such object...

And the debug output of slapd outputs stuff like:
...ber_get_next on fd 10 failed errno=35 (Resource temporarily unavailable)...

The file should be opened by fork.c (i guess), which should display a
debug message on errors, but nothing is printed out.
When I try to add some additional debug messages to fork.c using fprintf
or whatever, these are not printed too. So it looks to me that the
sub is not called at all.

I do not know what is going wrong, any ideas?

Thanks,

Martin J. Muench