Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/auth/check_samsec.c

    r745 r862  
    409409        if (pdb_get_acct_ctrl(sampass) & ACB_AUTOLOCK) {
    410410                DEBUG(3,("check_sam_security: Account for user %s was locked out.\n", username));
     411                TALLOC_FREE(sampass);
    411412                return NT_STATUS_ACCOUNT_LOCKED_OUT;
    412413        }
Note: See TracChangeset for help on using the changeset viewer.