]> git.sur5r.net Git - openldap/commit
Fix for Howard's fix for ITS #2704
authorLuke Howard <lukeh@openldap.org>
Tue, 23 Sep 2003 07:40:29 +0000 (07:40 +0000)
committerLuke Howard <lukeh@openldap.org>
Tue, 23 Sep 2003 07:40:29 +0000 (07:40 +0000)
commit114d0081c19ceeeba4455a1d679178ae305112d1
treeefd51a07a45e6034465069ec2b9699da8d0efdf1
parent28d466ba6677a3218af654392d8e673a02f6192c
Fix for Howard's fix for ITS #2704

The oblique SLAPI interface requires that preop bind plugins return 1 in the
case that they have authoritatively handled the bind; of course, this is
the same return value that doPluginFNs() returns in the case of no plugins
being called.

This patch should distinguish between the two cases...
servers/slapd/bind.c