SmLogAccessEvent_AuthAccept
This event is called when the user is authenticated.
casso1283
This event is called when the user is authenticated.
The following table lists the associated SmLog_Access_t fields:
Field | Description |
nVersion | Version number of the SiteMinder server. |
nCurrentTime | Time when the event occurred. |
szAgentName | Name of the agent. |
szSessionId | Contains the session identifier of the user being authenticated. |
szClientIp | Contains the IP address of the machine on which the user request is initiated. |
szUserName | Name of the user. |
SzDomainOid | Contains the object identifier of the domain under which the resource was accessed. |
szRealmName | Contains the name of the realm being accessed. |
szRealmOid | Contains the object identifier of the realm. |
szAuthDirName | Contains the name of the directory against which the user was authenticated. |
szAuthDirServer | Contains the authentication directory data source. |
szAuthDirNamespace | Contains the namespace of the authentication directory. |
szResource | Contains the name of the resource that the user is accessing. |
szAction | Contains the action that is associated with the resource. |
szTransactionId | Contains information about the newly created session in the following format:idletime=N;maxtime=N;authlevel=N In the format example: idletime is the idle timeout in seconds of the newly created session maxtime is the maximum timeout in seconds of the newly created session authlevel is the security level of the newly created session |