The branch, master has been updated
       via  03e0d0fb3791d0350199e396b562d3830f0fa095 (commit)
      from  2b85288e82d33cc62b1d669d50daad93e008711a (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 03e0d0fb3791d0350199e396b562d3830f0fa095
Author: Günther Deschner <[EMAIL PROTECTED]>
Date:   Fri Nov 21 00:53:11 2008 +0100

    s3-winbindd: for now only change machine pwd when not using a system krb5 
keytab.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/winbindd_dual.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c
index 03d1e04..9153585 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;


-- 
Samba Shared Repository

Reply via email to