[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Bakend Shell, BIND Process
Wello...
The problem is that i'm using the return code of my script (exit (0/1)),
to hinder the bind process, but now, i finaly understood that slapd uses
the string "code: XX" that i have to return after the string "RESULT" in
the end of my script.
XX == 0 -> auth bind
XX != O -> unauth bind
Cooollll
Thanks
Paulo Calçada
I' hope that this little mail helps a minoraty of people that committed
the same error, to follow a diferent path.
The correct path (i supose) :)))
On Wed, 2002-10-09 at 12:31, Paulo Calçada wrote:
> Hello
>
> When using the back-shell, slapd ignores the return code of my scripts,
> i supose this's the only way that i have to protect non auth user to
> bind.
>
> Can anyone tell me why this happens, why slapd ignores the return code
> of my scrypt (perl scrypt), or if there is any other way to work with
> the binding process.
>
> thanks...
>
>
> Paulo Calçada
>
>
>