From f2b8db93c4e6aba0b48453619069bc54af45f353 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 1 Feb 2007 12:24:08 +0000 Subject: r21106: We neither need a account lockout policy handler nor a check domain online handler for internal (local SAM, BUILTIN) childs. Jeremy, please check. Guenther (This used to be commit 7d0e2e70684a7e3d377f56ed0244ed136b0b1a99) --- source3/nsswitch/winbindd_dual.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_dual.c') diff --git a/source3/nsswitch/winbindd_dual.c b/source3/nsswitch/winbindd_dual.c index 0dacf4c385..edb4fa504b 100644 --- a/source3/nsswitch/winbindd_dual.c +++ b/source3/nsswitch/winbindd_dual.c @@ -877,7 +877,8 @@ static BOOL fork_domain_child(struct winbindd_child *child) "krb5_ticket_refresh_handler"); /* We might be in the idmap child...*/ - if (child->domain && lp_winbind_offline_logon()) { + if (child->domain && !(child->domain->internal) && + lp_winbind_offline_logon()) { set_domain_online_request(child->domain); -- cgit