LF_SU_EMAIL_ALERT = "1" not working
Posted: 07 May 2009, 15:37
I'm having an issue with:
LF_SU_EMAIL_ALERT = "1"
I usually login as a normal user via ssh on a non-standard port then su to root sometimes, but I only get the alert for the initial normal user login and not the switch to root. Is that normal behavoir?
I have this in csf.conf:
LF_SU_EMAIL_ALERT = "1"
SSHD_LOG = "/var/log/auth.log"
SU_LOG = "/var/log/auth.log"
ssh logins are reported but not su_log, even though I see the following in the auth.log:
May 7 14:33:41 mydomain su[13078]: Successful su for root by a_user_name
LF_SU_EMAIL_ALERT = "1"
I usually login as a normal user via ssh on a non-standard port then su to root sometimes, but I only get the alert for the initial normal user login and not the switch to root. Is that normal behavoir?
I have this in csf.conf:
LF_SU_EMAIL_ALERT = "1"
SSHD_LOG = "/var/log/auth.log"
SU_LOG = "/var/log/auth.log"
ssh logins are reported but not su_log, even though I see the following in the auth.log:
May 7 14:33:41 mydomain su[13078]: Successful su for root by a_user_name