-
Type:
New Feature
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Express8, Snapshot9, Snapshot9.5, Snapshot9.5.1
-
Fix Version/s: 13.0.0
-
Component/s: audit logging
-
Labels:
-
Rank:1|hzlvov:
In the operational logs files you might have an entry like this:
"2010-11-24 17:45:41" "Login Success" id=user1,ou=user,dc=opensso,dc=java,dc=net fc7e0a309b166e9a01 172.16.138.1 INFO dc=opensso,dc=java,dc=net "cn=dsameuser,ou=DSAME Users,dc=opensso,dc=java,dc=net" AUTHENTICATION-100 DataStore "Not Available" 172.16.138.1
And the AUTHENTICATION-100 is not clear what that means. In the file AuthenticationLogMessageIDs.xml which ends up in the amserver.jar we have this content:
<logmessage name="LOGIN_SUCCESS" id="100"
loglevel="LL_INFO"
description="Authentication is Successful">
<datainfo>
<item>message</item>
</datainfo>
<triggers>
<item>User authenticated with valid credentials</item>
</triggers>
<actions />
</logmessage>
Would be nice if this information was still used and the log file could be updated so that the more user readable.