Try OpenEdge Now
skip to main content
OpenEdge Authentication Gateway Guide
Reference entries : Database utilities : Auditing events for OpenEdge Authentication Gateway
 

Auditing events for OpenEdge Authentication Gateway

The following table lists audit events added in support of the OpenEdge Authentication Gateway.
Table 2. Authentication Gateway audit events
Event Id
Event Name
Event Type
Event Description
Policy Name
10602
_pvm.db.connect.fail
User
Database connect failed
PSC-User
106121
_sql.db.connect.fail
User
SQL database connect failed
PSC-User
11901
_sys.db.sts. authgatewayenable
Utility
Enable Authentication Gateway
PSC-DB-Admin
11902
_sys.db.sts. authgatewaydisable
Utility
Disable Authentication Gateway
PSC-DB-Admin

1 Connecting SQL via the Authentication Gateway is not supported in Release 11.6.2.

Audit records for connection attempts now contain more information. This applies to connection audit events _pvm.db.connect (10600) and _pvm.db.connect.fail (10602). The audit _Event-detail field stores more information for these events, as shown below:
OS-username:process-id:OS-type:ip-addr:OE-client-type:
db-conn-type:OS-userid-or-GUID
Note that:
*OS-username will be in the form of Windows-domain\username on Windows.
*OS-type will be a string indicating the platform, e.g., Linux, Solaris, Windows, etc.
*OE-client-type will be a string to record if the process was a batch client, ABL client, AppServer, PASOE, or WebSpeed.
*db-conn-type will be single-user, self-service, or remote.
*OS-userid-or-GUID is either the numeric value for the userid on UNIX, or a GUID representing the SID (security Identifier) on Windows. Both values come from the OS.