Ignore:
Timestamp:
Nov 12, 2012, 7:10:02 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.18

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/winbindd/winbindd_pam.c

    r736 r738  
    299299                                      &token->user_sids,
    300300                                      &token->num_sids,
    301                                       true, false);
     301                                      true);
    302302        if (!NT_STATUS_IS_OK(status)) {
    303303                TALLOC_FREE(frame);
     
    657657                                            service,
    658658                                            state->request->data.auth.user,
     659                                            state->request->data.auth.pass,
    659660                                            realm,
    660661                                            uid,
     
    10351036                                                            service,
    10361037                                                            state->request->data.auth.user,
     1038                                                            state->request->data.auth.pass,
    10371039                                                            domain->alt_name,
    10381040                                                            uid,
     
    24572459        }
    24582460
     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
    24592468#else
    24602469        result = NT_STATUS_NOT_SUPPORTED;
Note: See TracChangeset for help on using the changeset viewer.