]> git.saurik.com Git - apple/securityd.git/blobdiff - src/AuthorizationRule.cpp
securityd-30557.tar.gz
[apple/securityd.git] / src / AuthorizationRule.cpp
index fdbbac9fa9f54dcda52fe7b62aa312523c6e3d52..c1a1b218e16f5ae32d8404337067d2062f305caf 100644 (file)
@@ -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());