]> git.saurik.com Git - apple/securityd.git/blobdiff - src/AuthorizationMechEval.cpp
securityd-27896.tar.gz
[apple/securityd.git] / src / AuthorizationMechEval.cpp
index 87ccdc2a39642aba56ae965c243448c275196c25..571cff7084d59524f761f638d8aeaf9954d8ef85 100644 (file)
@@ -209,6 +209,9 @@ AuthorizationResult AgentMechanismEvaluator::authinternal(AuthItemSet &context)
             break;
         string password(static_cast<const char *>((*found)->value().data), (*found)->value().length);
         secdebug("AuthEvalMech", "found password");
             break;
         string password(static_cast<const char *>((*found)->value().data), (*found)->value().length);
         secdebug("AuthEvalMech", "found password");
+
+               // Call to checkpw in DS
+               Server::active().longTermActivity();            
         Credential newCredential(username, password, true); // create a new shared credential
         
         if (newCredential->isValid())
         Credential newCredential(username, password, true); // create a new shared credential
         
         if (newCredential->isValid())