Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/nsswitch/winbindd_cm.c

    r124 r134  
    721721                                         &machine_krb5_principal);
    722722                if (!NT_STATUS_IS_OK(result)) {
    723                         goto done;
     723                        goto anon_fallback;
    724724                }
    725725
     
    803803                }
    804804        }
     805
     806 anon_fallback:
    805807
    806808        /* Fall back to anonymous connection, this might fail later */
     
    20282030        NTSTATUS result;
    20292031
    2030         uint32 neg_flags = NETLOGON_NEG_SELECT_AUTH2_FLAGS;
     2032        uint32 neg_flags = NETLOGON_NEG_AUTH2_ADS_FLAGS;
    20312033        uint8  mach_pwd[16];
    20322034        uint32  sec_chan_type;
Note: See TracChangeset for help on using the changeset viewer.