Actions:
|
2009-12-09 06:54 AEST by Arthur Barrett - Modify LINUX/UNIX CVSNT server so that pserver/sserver (and maybe sspi/gserver?) so that login
(failure and success) are logged in the 'auth' selector (LOG_AUTHPRIV) using syslog(3) API: openlog(),
syslog() and closelog() as defined in <syslog.h>. Should login failures be LOG_NOTICE and login
success LOG_INFO?
This should be ENABLED by default but can be disabled using /etc/cvsnt/PServer configuration (global
settings).
The API is also supported on Solaris 9/HPUX 11i so we can use it there too.
This is not needed on Windows because the windows events system logs these failures anyway. |