From: Günther Deschner Date: Thu, 20 Nov 2008 23:53:11 +0000 (+0100) Subject: s3-winbindd: for now only change machine pwd when not using a system krb5 keytab. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=03e0d0fb3791d0350199e396b562d3830f0fa095;hp=2b85288e82d33cc62b1d669d50daad93e008711a;p=metze%2Fsamba%2Fwip.git s3-winbindd: for now only change machine pwd when not using a system krb5 keytab. Guenther --- diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c index 03d1e043bf1c..9153585c264c 100644 --- a/source3/winbindd/winbindd_dual.c +++ b/source3/winbindd/winbindd_dual.c @@ -1279,6 +1279,7 @@ static bool fork_domain_child(struct winbindd_child *child) } if (child->domain && child->domain->primary && + !lp_use_kerberos_keytab() && lp_server_role() == ROLE_DOMAIN_MEMBER) { struct timeval next_change;