FCLT#74067 Verplicht audit log bij inloggen Als - aanzet tot rapportje, met dader
svn path=/Database/trunk/; revision=59383
This commit is contained in:
@@ -1831,17 +1831,19 @@ AS
|
|||||||
-- First version for auditreporting on Support-logins and impersonations
|
-- First version for auditreporting on Support-logins and impersonations
|
||||||
CREATE_VIEW(prs_v_rap_impersonations, 0)
|
CREATE_VIEW(prs_v_rap_impersonations, 0)
|
||||||
AS
|
AS
|
||||||
SELECT t1.fac_tracking_key,
|
SELECT t1.fac_tracking_key,
|
||||||
t1.fac_tracking_datum,
|
t1.fac_tracking_datum datum,
|
||||||
t1.fac_tracking_oms,
|
pf2.prs_perslid_naam_friendly door,
|
||||||
prs_perslid_naam_friendly
|
pf1.prs_perslid_naam_friendly als,
|
||||||
FROM fac_tracking t1, prs_v_perslid_fullnames_all pf
|
t1.fac_tracking_oms omschrijving
|
||||||
WHERE t1.fac_tracking_refkey = pf.prs_perslid_key
|
FROM fac_tracking t1, prs_v_perslid_fullnames_all pf1, prs_v_perslid_fullnames_all pf2
|
||||||
AND t1.fac_srtnotificatie_key = (SELECT fac_srtnotificatie_key
|
WHERE t1.fac_tracking_refkey = pf1.prs_perslid_key
|
||||||
FROM fac_srtnotificatie
|
AND t1.prs_perslid_key = pf2.prs_perslid_key
|
||||||
WHERE fac_srtnotificatie_code = 'PRSLOG')
|
AND t1.fac_srtnotificatie_key = (SELECT fac_srtnotificatie_key
|
||||||
AND ( t1.fac_tracking_oms LIKE 'Uitloggen%'
|
FROM fac_srtnotificatie
|
||||||
OR UPPER (t1.fac_tracking_oms) LIKE 'INLOGGEN%');
|
WHERE fac_srtnotificatie_code = 'PRSLOG')
|
||||||
|
AND ( t1.fac_tracking_oms LIKE 'Uitloggen%'
|
||||||
|
OR UPPER (t1.fac_tracking_oms) LIKE 'INLOGGEN%');
|
||||||
|
|
||||||
REGISTERRUN('$Id$')
|
REGISTERRUN('$Id$')
|
||||||
#endif // PRS
|
#endif // PRS
|
||||||
|
|||||||
Reference in New Issue
Block a user