mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s4:operational LDB module - enable support for passing referrals through it
This commit is contained in:
parent
c16d4fb76d
commit
280a8a70fd
@ -359,8 +359,7 @@ static int operational_callback(struct ldb_request *req, struct ldb_reply *ares)
|
||||
return ldb_module_send_entry(ac->req, ares->message, ares->controls);
|
||||
|
||||
case LDB_REPLY_REFERRAL:
|
||||
/* ignore referrals */
|
||||
break;
|
||||
return ldb_module_send_referral(ac->req, ares->referral);
|
||||
|
||||
case LDB_REPLY_DONE:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user