, "PortMac <port-mac68k@NetBSD.ORG>
From: #hea <hea@ix.netcom.com>
List: port-mac68k
Date: 11/30/1997 17:44:57
>- Is it possible to enable root to telnet into BSD? The computer is in my
>room and isn't connected to the Internet so security isn't very important.
>I have created "normal" users with the adduser.sh script and they aren't
>able to su root.
To enable a 'normal' user to "su -", add the user to the 'wheel' group by
editing /etc/group.
Change wheel:*:0:root to wheel:*:0:root,superuser
where superuser is the name of the user which you want to be able to "su
-"
...Harlan