cancel
Showing results for 
Search instead for 
Did you mean: 
IvanLabrovic
Flight Engineer
Flight Engineer
  • 238 Views

rh415 lab ch06s08 enable tty audit for user student

Jump to solution

Hi,

in this excercise, we have to "Configure the pam_tty_audit PAM module to enable auditing of TTY for the student user"
After creating the profile, the next instruction then tells you to add a line:
echo "session required pam_tty_audit.so disable=student" \
" enable=devops log_passwd" \
>> /etc/authselect/custom/minimal-with-tty-audit/system-auth

This has "disable=student" in it.
Should it be "enable=student" instead?

1 Solution

Accepted Solutions
Trevor
Starfighter Starfighter
Starfighter
  • 222 Views

That definitely should be "enable=student"

"disable=*" would be fine, in addition to the "enable=student" component.  However, with "disable=student" alone, this is choking that specific user account.

 

Trevor "Red Hat Evangelist" Chandler

View solution in original post

1 Reply
Trevor
Starfighter Starfighter
Starfighter
  • 223 Views

That definitely should be "enable=student"

"disable=*" would be fine, in addition to the "enable=student" component.  However, with "disable=student" alone, this is choking that specific user account.

 

Trevor "Red Hat Evangelist" Chandler
Join the discussion
You must log in to join this conversation.