s3-winbindd: for now only change machine pwd when not using a system krb5 keytab.
authorGünther Deschner <gd@samba.org>
Thu, 20 Nov 2008 23:53:11 +0000 (00:53 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 20 Nov 2008 23:57:22 +0000 (00:57 +0100)
Guenther

source3/winbindd/winbindd_dual.c

index 03d1e043bf1c577d6f28f7469405930c350684ca..9153585c264c31dd4fef5f4154c96b2cbaee9eab 100644 (file)
@@ -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;