Changeset 738 for branches/samba-3.5.x/source3/winbindd/winbindd_pam.c
- Timestamp:
- Nov 12, 2012, 7:10:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/winbindd/winbindd_pam.c
r736 r738 299 299 &token->user_sids, 300 300 &token->num_sids, 301 true , false);301 true); 302 302 if (!NT_STATUS_IS_OK(status)) { 303 303 TALLOC_FREE(frame); … … 657 657 service, 658 658 state->request->data.auth.user, 659 state->request->data.auth.pass, 659 660 realm, 660 661 uid, … … 1035 1036 service, 1036 1037 state->request->data.auth.user, 1038 state->request->data.auth.pass, 1037 1039 domain->alt_name, 1038 1040 uid, … … 2457 2459 } 2458 2460 2461 /* 2462 * Remove any mlock'ed memory creds in the child 2463 * we might be using for krb5 ticket renewal. 2464 */ 2465 2466 winbindd_delete_memory_creds(state->request->data.logoff.user); 2467 2459 2468 #else 2460 2469 result = NT_STATUS_NOT_SUPPORTED;
Note:
See TracChangeset
for help on using the changeset viewer.