X-Git-Url: https://git.saurik.com/apple/securityd.git/blobdiff_plain/ee396ef47db58c01c7ceaecfec60781c95ffeea1..24a291535d44686bc7959c7e398fab040e3e08a7:/src/AuthorizationEngine.cpp diff --git a/src/AuthorizationEngine.cpp b/src/AuthorizationEngine.cpp index a7078ae..0a41fd1 100644 --- a/src/AuthorizationEngine.cpp +++ b/src/AuthorizationEngine.cpp @@ -131,6 +131,8 @@ Engine::authorize(const AuthItemSet &inRights, const AuthItemSet &environment, if (username.length()) { + // Call to checkpw in DS + Server::active().longTermActivity(); // Let's create a credential from the passed in username and password. Credential newCredential(username, password, shared); // If it's valid insert it into the credentials list. Normally this is