Changeset 134 for branches/samba-3.0/source/auth/auth_domain.c
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.