Hi all, i just read a page about restricting su from other users by using the groupadd cmd.
Problem is that though i followed the instructions, im able to su root on another machine. The article i read is
here
The commands i used was this:
Code:
debian:/home/user# groupadd rootmembers
debian:/home/user# usermod -G rootmembers user
debian:/home/user#
From what i can tell it worked because i didnt see any errors. However im still able to su on another computer. What am i doing wrong?
P.S.
debian:/etc# uname -a
Linux debian 2.4.27-3-686 #1 Thu Sep 14 06:30:39 UTC 2006 i686 GNU/Linux
Just in case anyone asked.