Changeset 134 for branches/samba-3.0/source/nsswitch/winbindd_cm.c
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nsswitch/winbindd_cm.c
r124 r134 721 721 &machine_krb5_principal); 722 722 if (!NT_STATUS_IS_OK(result)) { 723 goto done;723 goto anon_fallback; 724 724 } 725 725 … … 803 803 } 804 804 } 805 806 anon_fallback: 805 807 806 808 /* Fall back to anonymous connection, this might fail later */ … … 2028 2030 NTSTATUS result; 2029 2031 2030 uint32 neg_flags = NETLOGON_NEG_ SELECT_AUTH2_FLAGS;2032 uint32 neg_flags = NETLOGON_NEG_AUTH2_ADS_FLAGS; 2031 2033 uint8 mach_pwd[16]; 2032 2034 uint32 sec_chan_type;
Note:
See TracChangeset
for help on using the changeset viewer.