]> git.saurik.com Git - apple/securityd.git/blobdiff - src/AuthorizationEngine.cpp
securityd-27896.tar.gz
[apple/securityd.git] / src / AuthorizationEngine.cpp
index a7078ae8dfbef26c5833a77aa37231b72f67321a..0a41fd1ddbfee0f7fb40456c61f54c57abb7d7c3 100644 (file)
@@ -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