Changeset 134 for branches/samba-3.0/source/auth
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- Location:
- branches/samba-3.0/source/auth
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/auth/auth.c
r1 r134 116 116 auth_method->name)); 117 117 } else { 118 DEBUG(5, ("auth_get_challenge: suc essfully 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)); 119 119 auth_context->challenge = challenge; 120 120 challenge_set_by = auth_method->name; -
branches/samba-3.0/source/auth/auth_domain.c
r124 r134 126 126 if (!lp_client_schannel()) { 127 127 /* 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; 129 129 uint32 sec_chan_type = 0; 130 130 unsigned char machine_pwd[16]; … … 257 257 "for user %s in domain %s to Domain controller %s. " 258 258 "Error was %s.\n", user_info->smb_name, 259 user_info-> domain, dc_name,259 user_info->client_domain, dc_name, 260 260 nt_errstr(nt_status))); 261 261
Note:
See TracChangeset
for help on using the changeset viewer.