mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#2704 don't hang client when no preop plugins are loaded
This commit is contained in:
parent
4e581fed59
commit
a8ae9bb31d
@ -540,6 +540,8 @@ do_bind(
|
||||
#endif
|
||||
|
||||
switch ( rs->sr_err ) {
|
||||
case 1: /* no plugins present, continue normally */
|
||||
break;
|
||||
case SLAPI_BIND_SUCCESS:
|
||||
/* Continue with backend processing */
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user