hi,

I have problems with self-cleaning com_audit_trail table. I doesn't clean the old records. I followed the page https://wiki.jasig.org/display/CASUM/Auditing+and+Statistics+Via+Inspektr

I have installed 3.5.2 CAS with postgresql 8.2.4. The table was created:


CREATE TABLE com_audit_trail
(
  aud_user character varying(100) NOT NULL,
  aud_client_ip character varying(15) NOT NULL,
  aud_server_ip character varying(15) NOT NULL,
  aud_resource character varying(100) NOT NULL,
  aud_action character varying(100) NOT NULL,
  applic_cd character varying(5) NOT NULL,
  aud_date timestamp with time zone NOT NULL,
CONSTRAINT com_audit_trail_pk PRIMARY KEY (aud_user, aud_client_ip, aud_server_ip, aud_resource, aud_action, applic_cd, aud_date)
)

Does anybody has the same problem?

--
Alexi Pascual


--
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to