Changeset 862 for trunk/server/source3/auth/check_samsec.c
- Timestamp:
- May 13, 2014, 11:39:04 AM (11 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 860
- Property svn:mergeinfo changed
-
trunk/server/source3/auth/check_samsec.c
r745 r862 409 409 if (pdb_get_acct_ctrl(sampass) & ACB_AUTOLOCK) { 410 410 DEBUG(3,("check_sam_security: Account for user %s was locked out.\n", username)); 411 TALLOC_FREE(sampass); 411 412 return NT_STATUS_ACCOUNT_LOCKED_OUT; 412 413 }
Note:
See TracChangeset
for help on using the changeset viewer.