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

Re: commit: ldap/servers/slapd bind.c



A SLAPI bind plugin can return 1 to indicate that it has 
authoritatively handled the bind; this has no symbolic value
and was intended to be handled as the default case.

This is not intuitive but hey... that's the API for you.

Can we make doPluginFNs() return SLAPI_BIND_SUCCESS in the
case of no plugins? I'll take a look...

cheers,

-- Luke

>From: hyc@OpenLDAP.org
>Subject: commit: ldap/servers/slapd bind.c
>To: OpenLDAP Commit <openldap-commit2devel@OpenLDAP.org>
>Date: Tue, 23 Sep 2003 03:35:39 GMT
>
>Update of /repo/OpenLDAP/pkg/ldap/servers/slapd
>
>Modified Files:
>	bind.c  1.162 -> 1.163
>
>Log Message:
>ITS#2704 don't hang client when no preop plugins are loaded
>
>
>CVS Web URLs:
>  http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/
>    http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/bind.c
>
>Changes are generally available on cvs.openldap.org (and CVSweb)
>within 30 minutes of being committed.