-
Type:
Hot Fix Request
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 2.2.7
-
Fix Version/s: 2.2.7 HF
-
Component/s: Repository Authentication and SSO
-
Labels:None
-
Environment:Alfresco 3.1 Ent build 92, Windows 2008 Ent SP1 x64, MSSQL 2005 SP2, JBoss 4.2.3, JDK 6u12, NTLM passthru, Windows Vista, IE7, JGroups with TCP stack
-
Bug Priority:
-
Hot Fix Version:Historic
-
ACT Numbers:
9951
Steps to reproduce:
1. Any user is created (e.g. test);
2. Log in to Alfresco as created user several times;
3. Execute the next script
select fact.timestamp
from alf_audit_fact fact
join alf_audit_source source
on fact.audit_source_id = source.id
and source.service = 'AuthenticationService'
and source.method = 'authenticate'
where fact.user_id = 'test'
Nothing is displayed.