Convenient logins vs security

Barry Shein bzs at bu-cs.bu.EDU
Fri Sep 19 03:19:23 AEST 1986


My solution at BU to this was to add a hack to finger: If the GECOS
field consists of the string 'RC' [utterly arbitrary] then the finger
daemon presumes there is a program by the same name as the account
in the 'home' directory that should be run and its output should be
sent instead of the normal finger output, thus:

	finger lpq at bu-cs

would respond with the queue info. I mainly liked this because adding
new ones is just a matter of adding /etc/passwd entries (like you're
moving towards.) It's also a lot cheaper than going through a login
just to get a queue status although we've done what you're doing also
with no problems. Obviously if the machine you are coming from doesn't
have net access you're out of luck for this soln.

	-Barry Shein, Boston University



More information about the Comp.unix.wizards mailing list