diff options
author | Günther Deschner <gd@samba.org> | 2008-11-21 00:53:11 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-21 00:57:22 +0100 |
commit | 03e0d0fb3791d0350199e396b562d3830f0fa095 (patch) | |
tree | ed49c16fe7d116cb500ed7772aeb812e9ddff1f8 /source3 | |
parent | 2b85288e82d33cc62b1d669d50daad93e008711a (diff) | |
download | samba-03e0d0fb3791d0350199e396b562d3830f0fa095.tar.gz samba-03e0d0fb3791d0350199e396b562d3830f0fa095.tar.bz2 samba-03e0d0fb3791d0350199e396b562d3830f0fa095.zip |
s3-winbindd: for now only change machine pwd when not using a system krb5 keytab.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd_dual.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c index 03d1e043bf..9153585c26 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; |