Changeset 746 for vendor/current/source4/ntp_signd
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/ntp_signd/ntp_signd.c
r740 r746 108 108 struct ldb_result *res; 109 109 const char *attrs[] = { "unicodePwd", "userAccountControl", "cn", NULL }; 110 struct MD5Contextctx;110 MD5_CTX ctx; 111 111 struct samr_Password *nt_hash; 112 112 uint32_t user_account_control;
Note:
See TracChangeset
for help on using the changeset viewer.