How do I log finger attempts on my account? I understand I can not find
out the userid of someone only if they are on a local, not remote machine.
I know that I have to make my .plan file a "named pipe" to do that. I do
not know if fingerd will accept a non-plain .plan file. My .project file,
which is what I would normally use for that purpose, is owned by root and
I can not use it. Do I need a named pipe and will my and other systems
recognize it? Any suggestions are appreciated.
I tried putting this in .plan file but it did not work:
# .plan
#!/bin/sh
echo " This is my plan ..."
echo -n "fingered " >> /home/ibelooze/.finger_log
date >> /home/ibelooze/.finger_log
/usr/bin/w | grep finger >> /home/ibelooze/.finger_log
echo >> /home/ibelooze/.finger_log
uname -a
SunOS rucs2 5.4 Generic_101945-29 sun4m sparc
==========================================================================
Public PGP key is available at http://www.cs.runet.edu/~ibelooze
This message is sponsored by the First Amendment to the U.S. Constitution.
==========================================================================