Description of problem: Logging in and logging out is not being logged. Version-Release number of selected component (if applicable): laus-0.1-65RHEL3 pam-0.75-58 How reproducible: always Steps to Reproduce: 1. start laus 2. log in 3. log out Actual results: No audit log messages. Expected results: Should be log messages similar to: 2004-08-25T13:03:24 4444 8939 -1 [AUTH_success] PAM session open: user=root (hostname=firefly.boston.redhat.com, addr=172.16.80.26, terminal=/dev/pts/10) 2004-08-25T13:03:30 4445 8939 -1 [AUTH_success] PAM session close: user=root (hostname=firefly.boston.redhat.com, addr=172.16.80.26, terminal=/dev/pts/10) Additional info:
This was found to be version skew between the user space and kernel space audit.h header. Fixed in laus-0.1-66RHEL3, slated for the next release.