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

Update source to 3.0.29

Location:
branches/samba-3.0/source/auth
Files:
2 edited

Legend:

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

    r1 r134  
    116116                                  auth_method->name));
    117117                } else {
    118                         DEBUG(5, ("auth_get_challenge: sucessfully got challenge from module %s\n", auth_method->name));
     118                        DEBUG(5, ("auth_get_challenge: successfully got challenge from module %s\n", auth_method->name));
    119119                        auth_context->challenge = challenge;
    120120                        challenge_set_by = auth_method->name;
  • branches/samba-3.0/source/auth/auth_domain.c

    r124 r134  
    126126        if (!lp_client_schannel()) {
    127127                /* We need to set up a creds chain on an unauthenticated netlogon pipe. */
    128                 uint32 neg_flags = NETLOGON_NEG_SELECT_AUTH2_FLAGS;
     128                uint32_t neg_flags = NETLOGON_NEG_AUTH2_ADS_FLAGS;
    129129                uint32 sec_chan_type = 0;
    130130                unsigned char machine_pwd[16];
     
    257257                         "for user %s in domain %s to Domain controller %s. "
    258258                         "Error was %s.\n", user_info->smb_name,
    259                          user_info->domain, dc_name,
     259                         user_info->client_domain, dc_name,
    260260                         nt_errstr(nt_status)));
    261261
Note: See TracChangeset for help on using the changeset viewer.