X-Git-Url: https://git.saurik.com/apple/securityd.git/blobdiff_plain/ee396ef47db58c01c7ceaecfec60781c95ffeea1..cbe10d9fd1f0abadb2c13fa2bc54f08baaf7f57e:/src/AuthorizationRule.cpp diff --git a/src/AuthorizationRule.cpp b/src/AuthorizationRule.cpp index fdbbac9..c1a1b21 100644 --- a/src/AuthorizationRule.cpp +++ b/src/AuthorizationRule.cpp @@ -570,6 +570,8 @@ RuleImpl::makeCredentials(const AuthorizationToken &auth) const secdebug("AuthEvalMech", "found password"); string password = (**found).stringValue(); secdebug("AuthEvalMech", "falling back on username/password credential if valid"); + // Call to checkpw in DS + Server::active().longTermActivity(); Credential newCred(username, password, mShared); newCredentials.insert(newCred); CommonCriteria::AuditRecord auditrec(auth.creatorAuditToken());