I created a small patch for a situation I ran into. I'm on a system
where I have both system-users and virtual domains and noticed that
successfull logins of system users weren't logged. The patch was
created on 5.3.7.
557a558,565
>
> /* show success but with no password */
> if ( ENABLE_LOGGING == 1 || ENABLE_LOGGING == 4) {
> snprintf(LogLine, LOG_LINE_SIZE, "%s: system password login success %s:%s",
> VchkpwLogName, TheUser, IpAddr);
> vlog(VLOG_AUTH, TheUser, TheDomain, ThePass, TheName, IpAddr, LogLine);
> }
>
--
With kind regards,
Maurice Snellen