[935] in Kerberos-V5-bugs
sysloging from krshd.c
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Thu Nov 3 01:12:52 1994
From: epeisach@MIT.EDU
Date: Thu, 3 Nov 1994 01:12:47 -0500
To: krb5-bugs@MIT.EDU
At the end of the remote shell process, the following is executed:
syslog(LOG_INFO ,"Shell process completed.");
There are syslogs at various other places in the file, including:
syslog(LOG_NOTICE ,"Access as %s by principal %s (%s@%s)",
locuser, kremuser, remuser, hostname);
Perha[s the LOG_INFo should be LOG_NOTICE. Currently it is the only
thing logged as a remote shell process... (all else is masked off).
Ezra