View Single Post
Old Jul 11th, 2005, 10:14 AM   #12
Moldz
Programmer
 
Moldz's Avatar
 
Join Date: Feb 2005
Posts: 54
Rep Power: 4 Moldz is on a distinguished road
I'm not sure, what does the man page say? You could run a little test. When you know there are some NIS clients logged in, run the "who" program. It does exactly what I suggested, it reads the utmp file and prints the users.

Also, your daemon will not need to be a superuser to read this file, which will make it more secure. The last thing you want to do is open a hole in an important machine.
Moldz is offline   Reply With Quote