Forum Discussion
Christoph_Lange
Altostratus
May 15, 2013radius authentication alert logging
I get a log entry, even though the user is properly authenticated - it's the same for ssh and http:
May 15 09:22:40 f5devicename alert httpd[12843]: pam_unix(httpd:account): could not identify u...
nitass
Employee
May 23, 2013after you change auth-priv-from (modify sys syslog...) and save (i.e. tmsh save sys config), can you check /etc/syslog-ng/syslog-ng.conf? is syslog-ng configuration changed accordingly?
this is mine.
authpriv.* /var/log/secure
filter f_authpriv {
(facility(auth, authpriv) and level(err..emerg))
or program(sshd)
or (facility(auth,authpriv) and (program(httpd) or program(tamd)))
or match("pam_audit")
;
};
destination d_secure {
file("/var/log/secure" create_dirs(yes));
};
log {
source(s_syslog_pipe);
filter(f_authpriv);
destination(d_secure);
};
by the way, have you customized syslog-ng configuration?
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects